Html Css Color HEX #CAA00E Buddha Gold

📋 copy color: '#CAA00E'

red 202 ◦ green 160 ◦ blue 14

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

Shades of Buddha Gold #CAA00E

Tints of Buddha Gold #CAA00E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.55%

 BLUE value IS 14 (5.86% from 255) = 3.72%

R = 53.72%
G = 42.55%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#CAA00E (or 0xCAA00E) is known color: Buddha Gold. HEX triplet: CA, A0 and 0E. RGB value is (202,160,14). Sum of RGB (Red+Green+Blue) = 202+160+14=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 160 (62.89% from 255 or 42.55% from 376); Blue value is 14 (5.86% from 255 or 3.72% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA00E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA00E is #355FF1. Grayscale: #9C9C9C. Windows color (decimal): -3497970 or 958666. OLE color: 958666.

HSL color Cylindrical-coordinate representation of color #CAA00E: hue angle of 46.6º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CAA00E is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 160 14 -
CMYK 0 0.21 0.93 0.21
HSL 46.6º 0.87% 0.42% -
HSV(B) 46.6º 0.93% 0.79% -
XYZ 37.01 37.73 5.75 -
YUV 155.91 47.91 160.87 -
System Red Green Blue C M Y K H S L
Decimal 202 160 14 0 0.21 0.93 0.21 46.6 0.87 0.42
Hex CA A0 E 0 15 5D 15 2F 57 2A
Octal 312 240 16 0 25 135 25 57 127 52
Binary 11001010 10100000 1110 0 10101 1011101 10101 101111 1010111 101010

Color Harmonies of #CAA00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA00E

Black with #CAA00E

Text Example


Text Example

White with #CAA00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA00E; }

 p { color: rgb(202,160,14); }

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

background-color css

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

 a { background-color: rgb(202,160,14); }

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

border-color css

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

 span { border-color: rgb(202,160,14); }

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