Html Css Color HEX #CBB742 Old Gold

📋 copy color: '#CBB742'

red 203 ◦ green 183 ◦ blue 66

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

Shades of Old Gold #CBB742

Tints of Old Gold #CBB742

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.49%

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

R = 44.91%
G = 40.49%
B = 14.6%

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

#CBB742 (or 0xCBB742) is known color: Old Gold. HEX triplet: CB, B7 and 42. RGB value is (203,183,66). Sum of RGB (Red+Green+Blue) = 203+183+66=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 66 (26.17% from 255 or 14.60% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB742 is #3448BD. Grayscale: #B0B0B0. Windows color (decimal): -3426494 or 4372427. OLE color: 4372427.

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

Color convert

RGB 203 183 66 -
CMYK 0 0.10 0.67 0.20
HSL 51.24º 0.57% 0.53% -
HSV(B) 51.24º 0.67% 0.8% -
XYZ 42.55 46.96 11.98 -
YUV 175.64 66.13 147.51 -
System Red Green Blue C M Y K H S L
Decimal 203 183 66 0 0.10 0.67 0.20 51.24 0.57 0.53
Hex CB B7 42 0 A 43 14 33 39 35
Octal 313 267 102 0 12 103 24 63 71 65
Binary 11001011 10110111 1000010 0 1010 1000011 10100 110011 111001 110101

Color Harmonies of #CBB742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB742

Black with #CBB742

Text Example


Text Example

White with #CBB742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB742; }

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

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

background-color css

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

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

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

border-color css

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

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

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