Html Css Color HEX #CBBA41 Old Gold

📋 copy color: '#CBBA41'

red 203 ◦ green 186 ◦ blue 65

#CBBA41
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Gold #CBBA41

Tints of Old Gold #CBBA41

RGB

 RED value IS 203 (79.69% from 255) = 44.71%

 GREEN value IS 186 (73.05% from 255) = 40.97%

 BLUE value IS 65 (25.78% from 255) = 14.32%

R = 44.71%
G = 40.97%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CBBA41 (or 0xCBBA41) is known color: Old Gold. HEX triplet: CB, BA and 41. RGB value is (203,186,65). Sum of RGB (Red+Green+Blue) = 203+186+65=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 65 (25.78% from 255 or 14.32% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBA41 is #3445BE. Grayscale: #B1B1B1. Windows color (decimal): -3425727 or 4307659. OLE color: 4307659.

HSL color Cylindrical-coordinate representation of color #CBBA41: hue angle of 52.61º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CBBA41 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 186 65 -
CMYK 0 0.08 0.68 0.20
HSL 52.61º 0.57% 0.53% -
HSV(B) 52.61º 0.68% 0.8% -
XYZ 43.14 48.2 12.03 -
YUV 177.29 64.63 146.34 -
System Red Green Blue C M Y K H S L
Decimal 203 186 65 0 0.08 0.68 0.20 52.61 0.57 0.53
Hex CB BA 41 0 8 44 14 35 39 35
Octal 313 272 101 0 10 104 24 65 71 65
Binary 11001011 10111010 1000001 0 1000 1000100 10100 110101 111001 110101

Color Harmonies of #CBBA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBA41

Black with #CBBA41

Text Example


Text Example

White with #CBBA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBA41; }

 p { color: rgb(203,186,65); }

 H1.HeaderClassName
 {
   color: #CBBA41;
 }
 .AnyTagClassName
 {
   color: #CBBA41;
 }
</style>

background-color css

<style>
 a { background-color: #CBBA41; }

 a { background-color: rgb(203,186,65); }

 div.DivClassName
 {
   background-color: #CBBA41;
 }
 .BgClassName
 {
   background-color: #CBBA41;
 }
</style>

border-color css

<style>
 span { border-color: #CBBA41; }

 span { border-color: rgb(203,186,65); }

 td.TdClassName
 {
   border-color: #CBBA41;
 }
 .TagClassName
 {
   border-color: #CBBA41;
 }
</style>