Html Css Color HEX #CAA73D Metallic Gold

📋 copy color: '#CAA73D'

red 202 ◦ green 167 ◦ blue 61

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

Shades of Metallic Gold #CAA73D

Tints of Metallic Gold #CAA73D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.84%

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

R = 46.98%
G = 38.84%
B = 14.19%

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

#CAA73D (or 0xCAA73D) is known color: Metallic Gold. HEX triplet: CA, A7 and 3D. RGB value is (202,167,61). Sum of RGB (Red+Green+Blue) = 202+167+61=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 167 (65.62% from 255 or 38.84% from 430); Blue value is 61 (24.22% from 255 or 14.19% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA73D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA73D is #3558C2. Grayscale: #A5A5A5. Windows color (decimal): -3496131 or 4040650. OLE color: 4040650.

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

Color convert

RGB 202 167 61 -
CMYK 0 0.17 0.70 0.21
HSL 45.11º 0.57% 0.52% -
HSV(B) 45.11º 0.7% 0.79% -
XYZ 39.02 40.53 10.18 -
YUV 165.38 69.1 154.12 -
System Red Green Blue C M Y K H S L
Decimal 202 167 61 0 0.17 0.70 0.21 45.11 0.57 0.52
Hex CA A7 3D 0 11 46 15 2D 39 34
Octal 312 247 75 0 21 106 25 55 71 64
Binary 11001010 10100111 111101 0 10001 1000110 10101 101101 111001 110100

Color Harmonies of #CAA73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA73D

Black with #CAA73D

Text Example


Text Example

White with #CAA73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA73D; }

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

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

background-color css

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

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

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

border-color css

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

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

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