Html Css Color HEX #CAB02C Metallic Gold

📋 copy color: '#CAB02C'

red 202 ◦ green 176 ◦ blue 44

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

Shades of Metallic Gold #CAB02C

Tints of Metallic Gold #CAB02C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.43%

R = 47.87%
G = 41.71%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CAB02C (or 0xCAB02C) is known color: Metallic Gold. HEX triplet: CA, B0 and 2C. RGB value is (202,176,44). Sum of RGB (Red+Green+Blue) = 202+176+44=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 176 (69.14% from 255 or 41.71% from 422); Blue value is 44 (17.58% from 255 or 10.43% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB02C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB02C is #354FD3. Grayscale: #A9A9A9. Windows color (decimal): -3493844 or 2928842. OLE color: 2928842.

HSL color Cylindrical-coordinate representation of color #CAB02C: hue angle of 50.13º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CAB02C is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 176 44 -
CMYK 0 0.13 0.78 0.21
HSL 50.13º 0.64% 0.48% -
HSV(B) 50.13º 0.78% 0.79% -
XYZ 40.34 43.79 8.71 -
YUV 168.73 57.61 151.73 -
System Red Green Blue C M Y K H S L
Decimal 202 176 44 0 0.13 0.78 0.21 50.13 0.64 0.48
Hex CA B0 2C 0 D 4E 15 32 40 30
Octal 312 260 54 0 15 116 25 62 100 60
Binary 11001010 10110000 101100 0 1101 1001110 10101 110010 1000000 110000

Color Harmonies of #CAB02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB02C

Black with #CAB02C

Text Example


Text Example

White with #CAB02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB02C; }

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

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

background-color css

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

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

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

border-color css

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

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

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