Html Css Color HEX #CCA802 Buddha Gold

📋 copy color: '#CCA802'

red 204 ◦ green 168 ◦ blue 2

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

Shades of Buddha Gold #CCA802

Tints of Buddha Gold #CCA802

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.92%

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

R = 54.55%
G = 44.92%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CCA802 (or 0xCCA802) is known color: Buddha Gold. HEX triplet: CC, A8 and 02. RGB value is (204,168,2). Sum of RGB (Red+Green+Blue) = 204+168+2=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 168 (66.02% from 255 or 44.92% from 374); Blue value is 2 (1.17% from 255 or 0.53% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA802 is #3357FD. Grayscale: #A0A0A0. Windows color (decimal): -3364862 or 174284. OLE color: 174284.

HSL color Cylindrical-coordinate representation of color #CCA802: hue angle of 49.31º 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 #CCA802 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 168 2 -
CMYK 0 0.18 0.99 0.2
HSL 49.31º 0.98% 0.4% -
HSV(B) 49.31º 0.99% 0.8% -
XYZ 38.92 40.85 5.89 -
YUV 159.84 38.93 159.5 -
System Red Green Blue C M Y K H S L
Decimal 204 168 2 0 0.18 0.99 0.2 49.31 0.98 0.4
Hex CC A8 2 0 12 63 14 31 62 28
Octal 314 250 2 0 22 143 24 61 142 50
Binary 11001100 10101000 10 0 10010 1100011 10100 110001 1100010 101000

Color Harmonies of #CCA802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA802

Black with #CCA802

Text Example


Text Example

White with #CCA802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA802; }

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

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

background-color css

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

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

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

border-color css

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

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

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