Html Css Color HEX #CA9C02 Buddha Gold

📋 copy color: '#CA9C02'

red 202 ◦ green 156 ◦ blue 2

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

Shades of Buddha Gold #CA9C02

Tints of Buddha Gold #CA9C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 56.11%
G = 43.33%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#CA9C02 (or 0xCA9C02) is known color: Buddha Gold. HEX triplet: CA, 9C and 02. RGB value is (202,156,2). Sum of RGB (Red+Green+Blue) = 202+156+2=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 156 (61.33% from 255 or 43.33% from 360); Blue value is 2 (1.17% from 255 or 0.56% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9C02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9C02 is #3563FD. Grayscale: #989898. Windows color (decimal): -3499006 or 171210. OLE color: 171210.

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

Color convert

RGB 202 156 2 -
CMYK 0 0.23 0.99 0.21
HSL 46.2º 0.98% 0.4% -
HSV(B) 46.2º 0.99% 0.79% -
XYZ 36.26 36.34 5.16 -
YUV 152.2 43.24 163.52 -
System Red Green Blue C M Y K H S L
Decimal 202 156 2 0 0.23 0.99 0.21 46.2 0.98 0.4
Hex CA 9C 2 0 17 63 15 2E 62 28
Octal 312 234 2 0 27 143 25 56 142 50
Binary 11001010 10011100 10 0 10111 1100011 10101 101110 1100010 101000

Color Harmonies of #CA9C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9C02

Black with #CA9C02

Text Example


Text Example

White with #CA9C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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