Html Css Color HEX #CAA80D Buddha Gold

📋 copy color: '#CAA80D'

red 202 ◦ green 168 ◦ blue 13

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

Shades of Buddha Gold #CAA80D

Tints of Buddha Gold #CAA80D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.86%

 BLUE value IS 13 (5.47% from 255) = 3.39%

R = 52.74%
G = 43.86%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CAA80D (or 0xCAA80D) is known color: Buddha Gold. HEX triplet: CA, A8 and 0D. RGB value is (202,168,13). Sum of RGB (Red+Green+Blue) = 202+168+13=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 168 (66.02% from 255 or 43.86% from 383); Blue value is 13 (5.47% from 255 or 3.39% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA80D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA80D is #3557F2. Grayscale: #A1A1A1. Windows color (decimal): -3495923 or 895178. OLE color: 895178.

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

Color convert

RGB 202 168 13 -
CMYK 0 0.17 0.94 0.21
HSL 49.21º 0.88% 0.42% -
HSV(B) 49.21º 0.94% 0.79% -
XYZ 38.43 40.59 6.19 -
YUV 160.5 44.76 157.6 -
System Red Green Blue C M Y K H S L
Decimal 202 168 13 0 0.17 0.94 0.21 49.21 0.88 0.42
Hex CA A8 D 0 11 5E 15 31 58 2A
Octal 312 250 15 0 21 136 25 61 130 52
Binary 11001010 10101000 1101 0 10001 1011110 10101 110001 1011000 101010

Color Harmonies of #CAA80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA80D

Black with #CAA80D

Text Example


Text Example

White with #CAA80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA80D; }

 p { color: rgb(202,168,13); }

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

background-color css

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

 a { background-color: rgb(202,168,13); }

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

border-color css

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

 span { border-color: rgb(202,168,13); }

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