Html Css Color HEX #CCA302 Buddha Gold

📋 copy color: '#CCA302'

red 204 ◦ green 163 ◦ blue 2

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

Shades of Buddha Gold #CCA302

Tints of Buddha Gold #CCA302

RGB

 RED value IS 204 (80.08% from 255) = 55.28%

 GREEN value IS 163 (64.06% from 255) = 44.17%

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

R = 55.28%
G = 44.17%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CCA302 (or 0xCCA302) is known color: Buddha Gold. HEX triplet: CC, A3 and 02. RGB value is (204,163,2). Sum of RGB (Red+Green+Blue) = 204+163+2=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 163 (64.06% from 255 or 44.17% from 369); Blue value is 2 (1.17% from 255 or 0.54% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA302 is #335CFD. Grayscale: #9D9D9D. Windows color (decimal): -3366142 or 173004. OLE color: 173004.

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

Color convert

RGB 204 163 2 -
CMYK 0 0.20 0.99 0.2
HSL 47.82º 0.98% 0.4% -
HSV(B) 47.82º 0.99% 0.8% -
XYZ 38.01 39.04 5.59 -
YUV 156.91 40.58 161.59 -
System Red Green Blue C M Y K H S L
Decimal 204 163 2 0 0.20 0.99 0.2 47.82 0.98 0.4
Hex CC A3 2 0 14 63 14 30 62 28
Octal 314 243 2 0 24 143 24 60 142 50
Binary 11001100 10100011 10 0 10100 1100011 10100 110000 1100010 101000

Color Harmonies of #CCA302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA302

Black with #CCA302

Text Example


Text Example

White with #CCA302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA302; }

 p { color: rgb(204,163,2); }

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

background-color css

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

 a { background-color: rgb(204,163,2); }

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

border-color css

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

 span { border-color: rgb(204,163,2); }

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