Html Css Color HEX #CAA214 Buddha Gold

📋 copy color: '#CAA214'

red 202 ◦ green 162 ◦ blue 20

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

Shades of Buddha Gold #CAA214

Tints of Buddha Gold #CAA214

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.19%

 BLUE value IS 20 (8.2% from 255) = 5.21%

R = 52.6%
G = 42.19%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CAA214 (or 0xCAA214) is known color: Buddha Gold. HEX triplet: CA, A2 and 14. RGB value is (202,162,20). Sum of RGB (Red+Green+Blue) = 202+162+20=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 20 (8.20% from 255 or 5.21% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA214 is #355DEB. Grayscale: #9E9E9E. Windows color (decimal): -3497452 or 1352394. OLE color: 1352394.

HSL color Cylindrical-coordinate representation of color #CAA214: hue angle of 46.81º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CAA214 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 162 20 -
CMYK 0 0.20 0.90 0.21
HSL 46.81º 0.82% 0.44% -
HSV(B) 46.81º 0.9% 0.79% -
XYZ 37.4 38.45 6.11 -
YUV 157.77 50.25 159.55 -
System Red Green Blue C M Y K H S L
Decimal 202 162 20 0 0.20 0.90 0.21 46.81 0.82 0.44
Hex CA A2 14 0 14 5A 15 2F 52 2C
Octal 312 242 24 0 24 132 25 57 122 54
Binary 11001010 10100010 10100 0 10100 1011010 10101 101111 1010010 101100

Color Harmonies of #CAA214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA214

Black with #CAA214

Text Example


Text Example

White with #CAA214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA214; }

 p { color: rgb(202,162,20); }

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

background-color css

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

 a { background-color: rgb(202,162,20); }

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

border-color css

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

 span { border-color: rgb(202,162,20); }

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