Html Css Color HEX #CBB841 Old Gold

📋 copy color: '#CBB841'

red 203 ◦ green 184 ◦ blue 65

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

Shades of Old Gold #CBB841

Tints of Old Gold #CBB841

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.71%

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

R = 44.91%
G = 40.71%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CBB841 (or 0xCBB841) is known color: Old Gold. HEX triplet: CB, B8 and 41. RGB value is (203,184,65). Sum of RGB (Red+Green+Blue) = 203+184+65=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 65 (25.78% from 255 or 14.38% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB841 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB841 is #3447BE. Grayscale: #B0B0B0. Windows color (decimal): -3426239 or 4307147. OLE color: 4307147.

HSL color Cylindrical-coordinate representation of color #CBB841: hue angle of 51.74º 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 #CBB841 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 184 65 -
CMYK 0 0.09 0.68 0.20
HSL 51.74º 0.57% 0.53% -
HSV(B) 51.74º 0.68% 0.8% -
XYZ 42.72 47.36 11.89 -
YUV 176.12 65.29 147.18 -
System Red Green Blue C M Y K H S L
Decimal 203 184 65 0 0.09 0.68 0.20 51.74 0.57 0.53
Hex CB B8 41 0 9 44 14 34 39 35
Octal 313 270 101 0 11 104 24 64 71 65
Binary 11001011 10111000 1000001 0 1001 1000100 10100 110100 111001 110101

Color Harmonies of #CBB841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB841

Black with #CBB841

Text Example


Text Example

White with #CBB841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB841; }

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

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

background-color css

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

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

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

border-color css

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

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

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