Html Css Color HEX #CABB39 Old Gold

📋 copy color: '#CABB39'

red 202 ◦ green 187 ◦ blue 57

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

Shades of Old Gold #CABB39

Tints of Old Gold #CABB39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 12.78%

R = 45.29%
G = 41.93%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#CABB39 (or 0xCABB39) is known color: Old Gold. HEX triplet: CA, BB and 39. RGB value is (202,187,57). Sum of RGB (Red+Green+Blue) = 202+187+57=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 57 (22.66% from 255 or 12.78% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABB39 is #3544C6. Grayscale: #B1B1B1. Windows color (decimal): -3491015 or 3783626. OLE color: 3783626.

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

Color convert

RGB 202 187 57 -
CMYK 0 0.07 0.72 0.21
HSL 53.79º 0.58% 0.51% -
HSV(B) 53.79º 0.72% 0.79% -
XYZ 42.87 48.39 10.95 -
YUV 176.67 60.47 146.07 -
System Red Green Blue C M Y K H S L
Decimal 202 187 57 0 0.07 0.72 0.21 53.79 0.58 0.51
Hex CA BB 39 0 7 48 15 36 3A 33
Octal 312 273 71 0 7 110 25 66 72 63
Binary 11001010 10111011 111001 0 111 1001000 10101 110110 111010 110011

Color Harmonies of #CABB39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABB39

Black with #CABB39

Text Example


Text Example

White with #CABB39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABB39; }

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

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

background-color css

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

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

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

border-color css

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

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

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