Html Css Color HEX #CAB02D Metallic Gold

📋 copy color: '#CAB02D'

red 202 ◦ green 176 ◦ blue 45

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

Shades of Metallic Gold #CAB02D

Tints of Metallic Gold #CAB02D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.64%

R = 47.75%
G = 41.61%
B = 10.64%

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

#CAB02D (or 0xCAB02D) is known color: Metallic Gold. HEX triplet: CA, B0 and 2D. RGB value is (202,176,45). Sum of RGB (Red+Green+Blue) = 202+176+45=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 45 (17.97% from 255 or 10.64% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB02D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB02D is #354FD2. Grayscale: #A9A9A9. Windows color (decimal): -3493843 or 2994378. OLE color: 2994378.

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

Color convert

RGB 202 176 45 -
CMYK 0 0.13 0.78 0.21
HSL 50.06º 0.64% 0.48% -
HSV(B) 50.06º 0.78% 0.79% -
XYZ 40.36 43.8 8.81 -
YUV 168.84 58.11 151.65 -
System Red Green Blue C M Y K H S L
Decimal 202 176 45 0 0.13 0.78 0.21 50.06 0.64 0.48
Hex CA B0 2D 0 D 4E 15 32 40 30
Octal 312 260 55 0 15 116 25 62 100 60
Binary 11001010 10110000 101101 0 1101 1001110 10101 110010 1000000 110000

Color Harmonies of #CAB02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB02D

Black with #CAB02D

Text Example


Text Example

White with #CAB02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB02D; }

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

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

background-color css

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

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

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

border-color css

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

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

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