Html Css Color HEX #CBB542 Old Gold

📋 copy color: '#CBB542'

red 203 ◦ green 181 ◦ blue 66

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

Shades of Old Gold #CBB542

Tints of Old Gold #CBB542

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.22%

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

R = 45.11%
G = 40.22%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CBB542 (or 0xCBB542) is known color: Old Gold. HEX triplet: CB, B5 and 42. RGB value is (203,181,66). Sum of RGB (Red+Green+Blue) = 203+181+66=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 66 (26.17% from 255 or 14.67% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB542 is #344ABD. Grayscale: #AEAEAE. Windows color (decimal): -3427006 or 4371915. OLE color: 4371915.

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

Color convert

RGB 203 181 66 -
CMYK 0 0.11 0.67 0.20
HSL 50.36º 0.57% 0.53% -
HSV(B) 50.36º 0.67% 0.8% -
XYZ 42.14 46.14 11.84 -
YUV 174.47 66.79 148.35 -
System Red Green Blue C M Y K H S L
Decimal 203 181 66 0 0.11 0.67 0.20 50.36 0.57 0.53
Hex CB B5 42 0 B 43 14 32 39 35
Octal 313 265 102 0 13 103 24 62 71 65
Binary 11001011 10110101 1000010 0 1011 1000011 10100 110010 111001 110101

Color Harmonies of #CBB542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB542

Black with #CBB542

Text Example


Text Example

White with #CBB542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB542; }

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

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

background-color css

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

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

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

border-color css

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

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

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