Html Css Color HEX #CAA83D Metallic Gold

📋 copy color: '#CAA83D'

red 202 ◦ green 168 ◦ blue 61

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

Shades of Metallic Gold #CAA83D

Tints of Metallic Gold #CAA83D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.98%

 BLUE value IS 61 (24.22% from 255) = 14.15%

R = 46.87%
G = 38.98%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CAA83D (or 0xCAA83D) is known color: Metallic Gold. HEX triplet: CA, A8 and 3D. RGB value is (202,168,61). Sum of RGB (Red+Green+Blue) = 202+168+61=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 61 (24.22% from 255 or 14.15% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA83D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA83D is #3557C2. Grayscale: #A6A6A6. Windows color (decimal): -3495875 or 4040906. OLE color: 4040906.

HSL color Cylindrical-coordinate representation of color #CAA83D: hue angle of 45.53º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CAA83D is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 168 61 -
CMYK 0 0.17 0.70 0.21
HSL 45.53º 0.57% 0.52% -
HSV(B) 45.53º 0.7% 0.79% -
XYZ 39.2 40.9 10.24 -
YUV 165.97 68.76 153.7 -
System Red Green Blue C M Y K H S L
Decimal 202 168 61 0 0.17 0.70 0.21 45.53 0.57 0.52
Hex CA A8 3D 0 11 46 15 2E 39 34
Octal 312 250 75 0 21 106 25 56 71 64
Binary 11001010 10101000 111101 0 10001 1000110 10101 101110 111001 110100

Color Harmonies of #CAA83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA83D

Black with #CAA83D

Text Example


Text Example

White with #CAA83D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA83D; }

 p { color: rgb(202,168,61); }

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

background-color css

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

 a { background-color: rgb(202,168,61); }

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

border-color css

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

 span { border-color: rgb(202,168,61); }

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