Html Css Color HEX #CBB442 Old Gold

📋 copy color: '#CBB442'

red 203 ◦ green 180 ◦ blue 66

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

Shades of Old Gold #CBB442

Tints of Old Gold #CBB442

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.09%

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

R = 45.21%
G = 40.09%
B = 14.7%

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

#CBB442 (or 0xCBB442) is known color: Old Gold. HEX triplet: CB, B4 and 42. RGB value is (203,180,66). Sum of RGB (Red+Green+Blue) = 203+180+66=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 66 (26.17% from 255 or 14.70% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB442 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB442 is #344BBD. Grayscale: #AEAEAE. Windows color (decimal): -3427262 or 4371659. OLE color: 4371659.

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

Color convert

RGB 203 180 66 -
CMYK 0 0.11 0.67 0.20
HSL 49.93º 0.57% 0.53% -
HSV(B) 49.93º 0.67% 0.8% -
XYZ 41.93 45.73 11.77 -
YUV 173.88 67.12 148.77 -
System Red Green Blue C M Y K H S L
Decimal 203 180 66 0 0.11 0.67 0.20 49.93 0.57 0.53
Hex CB B4 42 0 B 43 14 32 39 35
Octal 313 264 102 0 13 103 24 62 71 65
Binary 11001011 10110100 1000010 0 1011 1000011 10100 110010 111001 110101

Color Harmonies of #CBB442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB442

Black with #CBB442

Text Example


Text Example

White with #CBB442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB442; }

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

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

background-color css

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

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

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

border-color css

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

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

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