Html Css Color HEX #CAB12F Old Gold

📋 copy color: '#CAB12F'

red 202 ◦ green 177 ◦ blue 47

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

Shades of Old Gold #CAB12F

Tints of Old Gold #CAB12F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.55%

 BLUE value IS 47 (18.75% from 255) = 11.03%

R = 47.42%
G = 41.55%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CAB12F (or 0xCAB12F) is known color: Old Gold. HEX triplet: CA, B1 and 2F. RGB value is (202,177,47). Sum of RGB (Red+Green+Blue) = 202+177+47=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 47 (18.75% from 255 or 11.03% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB12F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB12F is #354ED0. Grayscale: #AAAAAA. Windows color (decimal): -3493585 or 3125706. OLE color: 3125706.

HSL color Cylindrical-coordinate representation of color #CAB12F: hue angle of 50.32º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CAB12F is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 177 47 -
CMYK 0 0.12 0.77 0.21
HSL 50.32º 0.62% 0.49% -
HSV(B) 50.32º 0.77% 0.79% -
XYZ 40.59 44.21 9.08 -
YUV 169.66 58.78 151.07 -
System Red Green Blue C M Y K H S L
Decimal 202 177 47 0 0.12 0.77 0.21 50.32 0.62 0.49
Hex CA B1 2F 0 C 4D 15 32 3E 31
Octal 312 261 57 0 14 115 25 62 76 61
Binary 11001010 10110001 101111 0 1100 1001101 10101 110010 111110 110001

Color Harmonies of #CAB12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB12F

Black with #CAB12F

Text Example


Text Example

White with #CAB12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB12F; }

 p { color: rgb(202,177,47); }

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

background-color css

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

 a { background-color: rgb(202,177,47); }

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

border-color css

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

 span { border-color: rgb(202,177,47); }

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