Html Css Color HEX #CBB042 Old Gold

📋 copy color: '#CBB042'

red 203 ◦ green 176 ◦ blue 66

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

Shades of Old Gold #CBB042

Tints of Old Gold #CBB042

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.55%

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

R = 45.62%
G = 39.55%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CBB042 (or 0xCBB042) is known color: Old Gold. HEX triplet: CB, B0 and 42. RGB value is (203,176,66). Sum of RGB (Red+Green+Blue) = 203+176+66=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 176 (69.14% from 255 or 39.55% from 445); Blue value is 66 (26.17% from 255 or 14.83% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB042 is #344FBD. Grayscale: #ABABAB. Windows color (decimal): -3428286 or 4370635. OLE color: 4370635.

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

Color convert

RGB 203 176 66 -
CMYK 0 0.13 0.67 0.20
HSL 48.18º 0.57% 0.53% -
HSV(B) 48.18º 0.67% 0.8% -
XYZ 41.14 44.14 11.51 -
YUV 171.53 68.45 150.44 -
System Red Green Blue C M Y K H S L
Decimal 203 176 66 0 0.13 0.67 0.20 48.18 0.57 0.53
Hex CB B0 42 0 D 43 14 30 39 35
Octal 313 260 102 0 15 103 24 60 71 65
Binary 11001011 10110000 1000010 0 1101 1000011 10100 110000 111001 110101

Color Harmonies of #CBB042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB042

Black with #CBB042

Text Example


Text Example

White with #CBB042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB042; }

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

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

background-color css

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

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

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

border-color css

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

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

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