Html Css Color HEX #CAA514 Buddha Gold

📋 copy color: '#CAA514'

red 202 ◦ green 165 ◦ blue 20

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

Shades of Buddha Gold #CAA514

Tints of Buddha Gold #CAA514

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.64%

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

R = 52.2%
G = 42.64%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CAA514 (or 0xCAA514) is known color: Buddha Gold. HEX triplet: CA, A5 and 14. RGB value is (202,165,20). Sum of RGB (Red+Green+Blue) = 202+165+20=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA514 is #355AEB. Grayscale: #A0A0A0. Windows color (decimal): -3496684 or 1353162. OLE color: 1353162.

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

Color convert

RGB 202 165 20 -
CMYK 0 0.18 0.90 0.21
HSL 47.8º 0.82% 0.44% -
HSV(B) 47.8º 0.9% 0.79% -
XYZ 37.94 39.52 6.29 -
YUV 159.53 49.26 158.29 -
System Red Green Blue C M Y K H S L
Decimal 202 165 20 0 0.18 0.90 0.21 47.8 0.82 0.44
Hex CA A5 14 0 12 5A 15 30 52 2C
Octal 312 245 24 0 22 132 25 60 122 54
Binary 11001010 10100101 10100 0 10010 1011010 10101 110000 1010010 101100

Color Harmonies of #CAA514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA514

Black with #CAA514

Text Example


Text Example

White with #CAA514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA514; }

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

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

background-color css

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

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

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

border-color css

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

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

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