Html Css Color HEX #CAB530 Old Gold

📋 copy color: '#CAB530'

red 202 ◦ green 181 ◦ blue 48

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

Shades of Old Gold #CAB530

Tints of Old Gold #CAB530

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42%

 BLUE value IS 48 (19.14% from 255) = 11.14%

R = 46.87%
G = 42%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CAB530 (or 0xCAB530) is known color: Old Gold. HEX triplet: CA, B5 and 30. RGB value is (202,181,48). Sum of RGB (Red+Green+Blue) = 202+181+48=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 48 (19.14% from 255 or 11.14% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB530 is #354ACF. Grayscale: #ACACAC. Windows color (decimal): -3492560 or 3192266. OLE color: 3192266.

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

Color convert

RGB 202 181 48 -
CMYK 0 0.10 0.76 0.21
HSL 51.82º 0.62% 0.49% -
HSV(B) 51.82º 0.76% 0.79% -
XYZ 41.41 45.82 9.46 -
YUV 172.12 57.96 149.31 -
System Red Green Blue C M Y K H S L
Decimal 202 181 48 0 0.10 0.76 0.21 51.82 0.62 0.49
Hex CA B5 30 0 A 4C 15 34 3E 31
Octal 312 265 60 0 12 114 25 64 76 61
Binary 11001010 10110101 110000 0 1010 1001100 10101 110100 111110 110001

Color Harmonies of #CAB530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB530

Black with #CAB530

Text Example


Text Example

White with #CAB530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB530; }

 p { color: rgb(202,181,48); }

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

background-color css

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

 a { background-color: rgb(202,181,48); }

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

border-color css

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

 span { border-color: rgb(202,181,48); }

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