Html Css Color HEX #CAB028 Metallic Gold

📋 copy color: '#CAB028'

red 202 ◦ green 176 ◦ blue 40

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

Shades of Metallic Gold #CAB028

Tints of Metallic Gold #CAB028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.57%

R = 48.33%
G = 42.11%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CAB028 (or 0xCAB028) is known color: Metallic Gold. HEX triplet: CA, B0 and 28. RGB value is (202,176,40). Sum of RGB (Red+Green+Blue) = 202+176+40=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 40 (16.02% from 255 or 9.57% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB028 is #354FD7. Grayscale: #A8A8A8. Windows color (decimal): -3493848 or 2666698. OLE color: 2666698.

HSL color Cylindrical-coordinate representation of color #CAB028: hue angle of 50.37º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CAB028 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 176 40 -
CMYK 0 0.13 0.80 0.21
HSL 50.37º 0.67% 0.47% -
HSV(B) 50.37º 0.8% 0.79% -
XYZ 40.27 43.76 8.33 -
YUV 168.27 55.61 152.06 -
System Red Green Blue C M Y K H S L
Decimal 202 176 40 0 0.13 0.80 0.21 50.37 0.67 0.47
Hex CA B0 28 0 D 50 15 32 43 2F
Octal 312 260 50 0 15 120 25 62 103 57
Binary 11001010 10110000 101000 0 1101 1010000 10101 110010 1000011 101111

Color Harmonies of #CAB028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB028

Black with #CAB028

Text Example


Text Example

White with #CAB028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB028; }

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

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

background-color css

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

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

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

border-color css

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

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

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