Html Css Color HEX #CBB642 Old Gold

📋 copy color: '#CBB642'

red 203 ◦ green 182 ◦ blue 66

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

Shades of Old Gold #CBB642

Tints of Old Gold #CBB642

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.35%

 BLUE value IS 66 (26.17% from 255) = 14.63%

R = 45.01%
G = 40.35%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CBB642 (or 0xCBB642) is known color: Old Gold. HEX triplet: CB, B6 and 42. RGB value is (203,182,66). Sum of RGB (Red+Green+Blue) = 203+182+66=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 66 (26.17% from 255 or 14.63% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB642 is #3449BD. Grayscale: #AFAFAF. Windows color (decimal): -3426750 or 4372171. OLE color: 4372171.

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

Color convert

RGB 203 182 66 -
CMYK 0 0.10 0.67 0.20
HSL 50.8º 0.57% 0.53% -
HSV(B) 50.8º 0.67% 0.8% -
XYZ 42.34 46.55 11.91 -
YUV 175.06 66.46 147.93 -
System Red Green Blue C M Y K H S L
Decimal 203 182 66 0 0.10 0.67 0.20 50.8 0.57 0.53
Hex CB B6 42 0 A 43 14 33 39 35
Octal 313 266 102 0 12 103 24 63 71 65
Binary 11001011 10110110 1000010 0 1010 1000011 10100 110011 111001 110101

Color Harmonies of #CBB642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB642

Black with #CBB642

Text Example


Text Example

White with #CBB642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB642; }

 p { color: rgb(203,182,66); }

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

background-color css

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

 a { background-color: rgb(203,182,66); }

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

border-color css

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

 span { border-color: rgb(203,182,66); }

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