Html Css Color HEX #CAAF2D Metallic Gold

📋 copy color: '#CAAF2D'

red 202 ◦ green 175 ◦ blue 45

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

Shades of Metallic Gold #CAAF2D

Tints of Metallic Gold #CAAF2D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.47%

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

R = 47.87%
G = 41.47%
B = 10.66%

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

#CAAF2D (or 0xCAAF2D) is known color: Metallic Gold. HEX triplet: CA, AF and 2D. RGB value is (202,175,45). Sum of RGB (Red+Green+Blue) = 202+175+45=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 45 (17.97% from 255 or 10.66% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAF2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAAF2D is #3550D2. Grayscale: #A8A8A8. Windows color (decimal): -3494099 or 2994122. OLE color: 2994122.

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

Color convert

RGB 202 175 45 -
CMYK 0 0.13 0.78 0.21
HSL 49.68º 0.64% 0.48% -
HSV(B) 49.68º 0.78% 0.79% -
XYZ 40.16 43.41 8.74 -
YUV 168.25 58.45 152.07 -
System Red Green Blue C M Y K H S L
Decimal 202 175 45 0 0.13 0.78 0.21 49.68 0.64 0.48
Hex CA AF 2D 0 D 4E 15 32 40 30
Octal 312 257 55 0 15 116 25 62 100 60
Binary 11001010 10101111 101101 0 1101 1001110 10101 110010 1000000 110000

Color Harmonies of #CAAF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAF2D

Black with #CAAF2D

Text Example


Text Example

White with #CAAF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAF2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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