Html Css Color HEX #CAAC2D Metallic Gold

📋 copy color: '#CAAC2D'

red 202 ◦ green 172 ◦ blue 45

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

Shades of Metallic Gold #CAAC2D

Tints of Metallic Gold #CAAC2D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.05%

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

R = 48.21%
G = 41.05%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CAAC2D (or 0xCAAC2D) is known color: Metallic Gold. HEX triplet: CA, AC and 2D. RGB value is (202,172,45). Sum of RGB (Red+Green+Blue) = 202+172+45=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 45 (17.97% from 255 or 10.74% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAC2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAAC2D is #3553D2. Grayscale: #A7A7A7. Windows color (decimal): -3494867 or 2993354. OLE color: 2993354.

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

Color convert

RGB 202 172 45 -
CMYK 0 0.15 0.78 0.21
HSL 48.54º 0.64% 0.48% -
HSV(B) 48.54º 0.78% 0.79% -
XYZ 39.58 42.25 8.55 -
YUV 166.49 59.44 153.33 -
System Red Green Blue C M Y K H S L
Decimal 202 172 45 0 0.15 0.78 0.21 48.54 0.64 0.48
Hex CA AC 2D 0 F 4E 15 31 40 30
Octal 312 254 55 0 17 116 25 61 100 60
Binary 11001010 10101100 101101 0 1111 1001110 10101 110001 1000000 110000

Color Harmonies of #CAAC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAC2D

Black with #CAAC2D

Text Example


Text Example

White with #CAAC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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