Html Css Color HEX #CAB128 Metallic Gold

📋 copy color: '#CAB128'

red 202 ◦ green 177 ◦ blue 40

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

Shades of Metallic Gold #CAB128

Tints of Metallic Gold #CAB128

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.24%

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

R = 48.21%
G = 42.24%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CAB128 (or 0xCAB128) is known color: Metallic Gold. HEX triplet: CA, B1 and 28. RGB value is (202,177,40). Sum of RGB (Red+Green+Blue) = 202+177+40=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 40 (16.02% from 255 or 9.55% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB128 is #354ED7. Grayscale: #A9A9A9. Windows color (decimal): -3493592 or 2666954. OLE color: 2666954.

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

Color convert

RGB 202 177 40 -
CMYK 0 0.12 0.80 0.21
HSL 50.74º 0.67% 0.47% -
HSV(B) 50.74º 0.8% 0.79% -
XYZ 40.46 44.15 8.4 -
YUV 168.86 55.28 151.64 -
System Red Green Blue C M Y K H S L
Decimal 202 177 40 0 0.12 0.80 0.21 50.74 0.67 0.47
Hex CA B1 28 0 C 50 15 33 43 2F
Octal 312 261 50 0 14 120 25 63 103 57
Binary 11001010 10110001 101000 0 1100 1010000 10101 110011 1000011 101111

Color Harmonies of #CAB128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB128

Black with #CAB128

Text Example


Text Example

White with #CAB128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB128; }

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

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

background-color css

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

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

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

border-color css

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

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

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