Html Css Color HEX #CAA11E Buddha Gold

📋 copy color: '#CAA11E'

red 202 ◦ green 161 ◦ blue 30

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

Shades of Buddha Gold #CAA11E

Tints of Buddha Gold #CAA11E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.97%

 BLUE value IS 30 (12.11% from 255) = 7.63%

R = 51.4%
G = 40.97%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#CAA11E (or 0xCAA11E) is known color: Buddha Gold. HEX triplet: CA, A1 and 1E. RGB value is (202,161,30). Sum of RGB (Red+Green+Blue) = 202+161+30=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 30 (12.11% from 255 or 7.63% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA11E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA11E is #355EE1. Grayscale: #9E9E9E. Windows color (decimal): -3497698 or 2007498. OLE color: 2007498.

HSL color Cylindrical-coordinate representation of color #CAA11E: hue angle of 45.7º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CAA11E is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 161 30 -
CMYK 0 0.20 0.85 0.21
HSL 45.7º 0.74% 0.45% -
HSV(B) 45.7º 0.85% 0.79% -
XYZ 37.34 38.14 6.62 -
YUV 158.33 55.58 159.15 -
System Red Green Blue C M Y K H S L
Decimal 202 161 30 0 0.20 0.85 0.21 45.7 0.74 0.45
Hex CA A1 1E 0 14 55 15 2E 4A 2D
Octal 312 241 36 0 24 125 25 56 112 55
Binary 11001010 10100001 11110 0 10100 1010101 10101 101110 1001010 101101

Color Harmonies of #CAA11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA11E

Black with #CAA11E

Text Example


Text Example

White with #CAA11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA11E; }

 p { color: rgb(202,161,30); }

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

background-color css

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

 a { background-color: rgb(202,161,30); }

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

border-color css

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

 span { border-color: rgb(202,161,30); }

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