Html Css Color HEX #CAA50D Buddha Gold

📋 copy color: '#CAA50D'

red 202 ◦ green 165 ◦ blue 13

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

Shades of Buddha Gold #CAA50D

Tints of Buddha Gold #CAA50D

RGB

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

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

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

R = 53.16%
G = 43.42%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CAA50D (or 0xCAA50D) is known color: Buddha Gold. HEX triplet: CA, A5 and 0D. RGB value is (202,165,13). Sum of RGB (Red+Green+Blue) = 202+165+13=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 165 (64.84% from 255 or 43.42% from 380); Blue value is 13 (5.47% from 255 or 3.42% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA50D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA50D is #355AF2. Grayscale: #9F9F9F. Windows color (decimal): -3496691 or 894410. OLE color: 894410.

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

Color convert

RGB 202 165 13 -
CMYK 0 0.18 0.94 0.21
HSL 48.25º 0.88% 0.42% -
HSV(B) 48.25º 0.94% 0.79% -
XYZ 37.88 39.5 6.01 -
YUV 158.74 45.76 158.86 -
System Red Green Blue C M Y K H S L
Decimal 202 165 13 0 0.18 0.94 0.21 48.25 0.88 0.42
Hex CA A5 D 0 12 5E 15 30 58 2A
Octal 312 245 15 0 22 136 25 60 130 52
Binary 11001010 10100101 1101 0 10010 1011110 10101 110000 1011000 101010

Color Harmonies of #CAA50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA50D

Black with #CAA50D

Text Example


Text Example

White with #CAA50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA50D; }

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

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

background-color css

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

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

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

border-color css

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

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

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