Html Css Color HEX #CBB942 Old Gold

📋 copy color: '#CBB942'

red 203 ◦ green 185 ◦ blue 66

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

Shades of Old Gold #CBB942

Tints of Old Gold #CBB942

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.75%

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

R = 44.71%
G = 40.75%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CBB942 (or 0xCBB942) is known color: Old Gold. HEX triplet: CB, B9 and 42. RGB value is (203,185,66). Sum of RGB (Red+Green+Blue) = 203+185+66=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 66 (26.17% from 255 or 14.54% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB942 is #3446BD. Grayscale: #B1B1B1. Windows color (decimal): -3425982 or 4372939. OLE color: 4372939.

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

Color convert

RGB 203 185 66 -
CMYK 0 0.09 0.67 0.20
HSL 52.12º 0.57% 0.53% -
HSV(B) 52.12º 0.67% 0.8% -
XYZ 42.96 47.79 12.11 -
YUV 176.82 65.46 146.68 -
System Red Green Blue C M Y K H S L
Decimal 203 185 66 0 0.09 0.67 0.20 52.12 0.57 0.53
Hex CB B9 42 0 9 43 14 34 39 35
Octal 313 271 102 0 11 103 24 64 71 65
Binary 11001011 10111001 1000010 0 1001 1000011 10100 110100 111001 110101

Color Harmonies of #CBB942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB942

Black with #CBB942

Text Example


Text Example

White with #CBB942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB942; }

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

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

background-color css

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

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

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

border-color css

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

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

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