Html Css Color HEX #CAB229 Metallic Gold

📋 copy color: '#CAB229'

red 202 ◦ green 178 ◦ blue 41

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

Shades of Metallic Gold #CAB229

Tints of Metallic Gold #CAB229

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.28%

 BLUE value IS 41 (16.41% from 255) = 9.74%

R = 47.98%
G = 42.28%
B = 9.74%

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

#CAB229 (or 0xCAB229) is known color: Metallic Gold. HEX triplet: CA, B2 and 29. RGB value is (202,178,41). Sum of RGB (Red+Green+Blue) = 202+178+41=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 41 (16.41% from 255 or 9.74% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB229 is #354DD6. Grayscale: #AAAAAA. Windows color (decimal): -3493335 or 2732746. OLE color: 2732746.

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

Color convert

RGB 202 178 41 -
CMYK 0 0.12 0.80 0.21
HSL 51.06º 0.66% 0.48% -
HSV(B) 51.06º 0.8% 0.79% -
XYZ 40.68 44.56 8.55 -
YUV 169.56 55.45 151.14 -
System Red Green Blue C M Y K H S L
Decimal 202 178 41 0 0.12 0.80 0.21 51.06 0.66 0.48
Hex CA B2 29 0 C 50 15 33 42 30
Octal 312 262 51 0 14 120 25 63 102 60
Binary 11001010 10110010 101001 0 1100 1010000 10101 110011 1000010 110000

Color Harmonies of #CAB229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB229

Black with #CAB229

Text Example


Text Example

White with #CAB229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB229; }

 p { color: rgb(202,178,41); }

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

background-color css

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

 a { background-color: rgb(202,178,41); }

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

border-color css

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

 span { border-color: rgb(202,178,41); }

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