Html Css Color HEX #CAB030 Old Gold

📋 copy color: '#CAB030'

red 202 ◦ green 176 ◦ blue 48

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

Shades of Old Gold #CAB030

Tints of Old Gold #CAB030

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.31%

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

R = 47.42%
G = 41.31%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CAB030 (or 0xCAB030) is known color: Old Gold. HEX triplet: CA, B0 and 30. RGB value is (202,176,48). Sum of RGB (Red+Green+Blue) = 202+176+48=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 48 (19.14% from 255 or 11.27% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB030 is #354FCF. Grayscale: #A9A9A9. Windows color (decimal): -3493840 or 3190986. OLE color: 3190986.

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

Color convert

RGB 202 176 48 -
CMYK 0 0.13 0.76 0.21
HSL 49.87º 0.62% 0.49% -
HSV(B) 49.87º 0.76% 0.79% -
XYZ 40.42 43.82 9.12 -
YUV 169.18 59.61 151.41 -
System Red Green Blue C M Y K H S L
Decimal 202 176 48 0 0.13 0.76 0.21 49.87 0.62 0.49
Hex CA B0 30 0 D 4C 15 32 3E 31
Octal 312 260 60 0 15 114 25 62 76 61
Binary 11001010 10110000 110000 0 1101 1001100 10101 110010 111110 110001

Color Harmonies of #CAB030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB030

Black with #CAB030

Text Example


Text Example

White with #CAB030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB030; }

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

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

background-color css

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

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

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

border-color css

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

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

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