Html Css Color HEX #CAB42F Old Gold

📋 copy color: '#CAB42F'

red 202 ◦ green 180 ◦ blue 47

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

Shades of Old Gold #CAB42F

Tints of Old Gold #CAB42F

RGB

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

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

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

R = 47.09%
G = 41.96%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CAB42F (or 0xCAB42F) is known color: Old Gold. HEX triplet: CA, B4 and 2F. RGB value is (202,180,47). Sum of RGB (Red+Green+Blue) = 202+180+47=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 47 (18.75% from 255 or 10.96% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB42F is #354BD0. Grayscale: #ABABAB. Windows color (decimal): -3492817 or 3126474. OLE color: 3126474.

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

Color convert

RGB 202 180 47 -
CMYK 0 0.11 0.77 0.21
HSL 51.48º 0.62% 0.49% -
HSV(B) 51.48º 0.77% 0.79% -
XYZ 41.19 45.4 9.28 -
YUV 171.42 57.79 149.81 -
System Red Green Blue C M Y K H S L
Decimal 202 180 47 0 0.11 0.77 0.21 51.48 0.62 0.49
Hex CA B4 2F 0 B 4D 15 33 3E 31
Octal 312 264 57 0 13 115 25 63 76 61
Binary 11001010 10110100 101111 0 1011 1001101 10101 110011 111110 110001

Color Harmonies of #CAB42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB42F

Black with #CAB42F

Text Example


Text Example

White with #CAB42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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