Html Css Color HEX #CABB2C Old Gold

📋 copy color: '#CABB2C'

red 202 ◦ green 187 ◦ blue 44

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

Shades of Old Gold #CABB2C

Tints of Old Gold #CABB2C

RGB

 RED value IS 202 (79.3% from 255) = 46.65%

 GREEN value IS 187 (73.44% from 255) = 43.19%

 BLUE value IS 44 (17.58% from 255) = 10.16%

R = 46.65%
G = 43.19%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CABB2C (or 0xCABB2C) is known color: Old Gold. HEX triplet: CA, BB and 2C. RGB value is (202,187,44). Sum of RGB (Red+Green+Blue) = 202+187+44=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 44 (17.58% from 255 or 10.16% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABB2C is #3544D3. Grayscale: #AFAFAF. Windows color (decimal): -3491028 or 2931658. OLE color: 2931658.

HSL color Cylindrical-coordinate representation of color #CABB2C: hue angle of 54.3º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CABB2C is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 187 44 -
CMYK 0 0.07 0.78 0.21
HSL 54.3º 0.64% 0.48% -
HSV(B) 54.3º 0.78% 0.79% -
XYZ 42.58 48.28 9.46 -
YUV 175.18 53.97 147.13 -
System Red Green Blue C M Y K H S L
Decimal 202 187 44 0 0.07 0.78 0.21 54.3 0.64 0.48
Hex CA BB 2C 0 7 4E 15 36 40 30
Octal 312 273 54 0 7 116 25 66 100 60
Binary 11001010 10111011 101100 0 111 1001110 10101 110110 1000000 110000

Color Harmonies of #CABB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABB2C

Black with #CABB2C

Text Example


Text Example

White with #CABB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABB2C; }

 p { color: rgb(202,187,44); }

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

background-color css

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

 a { background-color: rgb(202,187,44); }

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

border-color css

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

 span { border-color: rgb(202,187,44); }

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