Html Css Color HEX #CAA90E Buddha Gold

📋 copy color: '#CAA90E'

red 202 ◦ green 169 ◦ blue 14

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

Shades of Buddha Gold #CAA90E

Tints of Buddha Gold #CAA90E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43.9%

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

R = 52.47%
G = 43.9%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#CAA90E (or 0xCAA90E) is known color: Buddha Gold. HEX triplet: CA, A9 and 0E. RGB value is (202,169,14). Sum of RGB (Red+Green+Blue) = 202+169+14=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 169 (66.41% from 255 or 43.90% from 385); Blue value is 14 (5.86% from 255 or 3.64% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA90E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA90E is #3556F1. Grayscale: #A1A1A1. Windows color (decimal): -3495666 or 960970. OLE color: 960970.

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

Color convert

RGB 202 169 14 -
CMYK 0 0.16 0.93 0.21
HSL 49.47º 0.87% 0.42% -
HSV(B) 49.47º 0.93% 0.79% -
XYZ 38.62 40.96 6.29 -
YUV 161.2 44.93 157.1 -
System Red Green Blue C M Y K H S L
Decimal 202 169 14 0 0.16 0.93 0.21 49.47 0.87 0.42
Hex CA A9 E 0 10 5D 15 31 57 2A
Octal 312 251 16 0 20 135 25 61 127 52
Binary 11001010 10101001 1110 0 10000 1011101 10101 110001 1010111 101010

Color Harmonies of #CAA90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA90E

Black with #CAA90E

Text Example


Text Example

White with #CAA90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA90E; }

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

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

background-color css

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

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

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

border-color css

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

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

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