Html Css Color HEX #CA9C00 Buddha Gold

📋 copy color: '#CA9C00'

red 202 ◦ green 156 ◦ blue 0

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

Shades of Buddha Gold #CA9C00

Tints of Buddha Gold #CA9C00

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.58%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.42%
G = 43.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#CA9C00 (or 0xCA9C00) is known color: Buddha Gold. HEX triplet: CA, 9C and 00. RGB value is (202,156,0). Sum of RGB (Red+Green+Blue) = 202+156+0=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 156 (61.33% from 255 or 43.58% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9C00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9C00 is #3563FF. Grayscale: #989898. Windows color (decimal): -3499008 or 40138. OLE color: 40138.

HSL color Cylindrical-coordinate representation of color #CA9C00: hue angle of 46.34º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA9C00 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 156 0 -
CMYK 0 0.23 1 0.21
HSL 46.34º 1% 0.4% -
HSV(B) 46.34º 1% 0.79% -
XYZ 36.25 36.33 5.1 -
YUV 151.97 42.24 163.68 -
System Red Green Blue C M Y K H S L
Decimal 202 156 0 0 0.23 1 0.21 46.34 1 0.4
Hex CA 9C 0 0 17 64 15 2E 64 28
Octal 312 234 0 0 27 144 25 56 144 50
Binary 11001010 10011100 0 0 10111 1100100 10101 101110 1100100 101000

Color Harmonies of #CA9C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9C00

Black with #CA9C00

Text Example


Text Example

White with #CA9C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9C00; }

 p { color: rgb(202,156,0); }

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

background-color css

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

 a { background-color: rgb(202,156,0); }

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

border-color css

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

 span { border-color: rgb(202,156,0); }

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