Html Css Color HEX #CA9D1D Buddha Gold

📋 copy color: '#CA9D1D'

red 202 ◦ green 157 ◦ blue 29

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

Shades of Buddha Gold #CA9D1D

Tints of Buddha Gold #CA9D1D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.46%

 BLUE value IS 29 (11.72% from 255) = 7.47%

R = 52.06%
G = 40.46%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA9D1D (or 0xCA9D1D) is known color: Buddha Gold. HEX triplet: CA, 9D and 1D. RGB value is (202,157,29). Sum of RGB (Red+Green+Blue) = 202+157+29=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 157 (61.72% from 255 or 40.46% from 388); Blue value is 29 (11.72% from 255 or 7.47% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9D1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9D1D is #3562E2. Grayscale: #9C9C9C. Windows color (decimal): -3498723 or 1940938. OLE color: 1940938.

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

Color convert

RGB 202 157 29 -
CMYK 0 0.22 0.86 0.21
HSL 44.39º 0.75% 0.45% -
HSV(B) 44.39º 0.86% 0.79% -
XYZ 36.64 36.76 6.33 -
YUV 155.86 56.41 160.91 -
System Red Green Blue C M Y K H S L
Decimal 202 157 29 0 0.22 0.86 0.21 44.39 0.75 0.45
Hex CA 9D 1D 0 16 56 15 2C 4B 2D
Octal 312 235 35 0 26 126 25 54 113 55
Binary 11001010 10011101 11101 0 10110 1010110 10101 101100 1001011 101101

Color Harmonies of #CA9D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9D1D

Black with #CA9D1D

Text Example


Text Example

White with #CA9D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9D1D; }

 p { color: rgb(202,157,29); }

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

background-color css

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

 a { background-color: rgb(202,157,29); }

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

border-color css

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

 span { border-color: rgb(202,157,29); }

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