#CA9917

Color #CA9917 Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #CA9917

Tints of Buddha Gold #CA9917

Color information

#CA9917 (or 0xCA9917) is unknown color: approx Buddha Gold. HEX triplet: CA, 99 and 17. RGB value is (202,153,23). Sum of RGB (Red+Green+Blue) = 202+153+23=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 23 (9.38% from 255 or 6.08% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9917 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9917 is #3566E8. Grayscale: #999999. Windows color (decimal): -3499753 or 1546698. OLE color: 1546698.

HSL color Cylindrical-coordinate representation of color #CA9917: hue angle of 43.58º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA9917 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB20215323-
CMYK00.240.890.21
HSL43.58º79.56%44.12%-
HSV(B)43.58º88.61%79.22%-
XYZ35.935.45.75-
YUV152.8354.73163.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.44%
GREEN value IS 153 (60.16% from 255) = 40.48%
BLUE value IS 23 (9.38% from 255) = 6.08%
R=53.44%
G=40.48%
B=6.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021532300.240.890.2143.5879.5644.12
HexCA991701859152c502c
Octal31223127030131255412054
Binary1100101010011001101110110001011001101011011001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9917; }

 p { color: rgb(202,153,23); }

 H1.HeaderClassName
 {
   color: #CA9917;
 }
 .AnyTagClassName
 {
   color: #CA9917;
 }
</style>
background-color css

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

 a { background-color: rgb(202,153,23); }

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

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

 span { border-color: rgb(202,153,23); }

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