Html Css Color HEX #CCA402 Buddha Gold

📋 copy color: '#CCA402'

red 204 ◦ green 164 ◦ blue 2

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

Shades of Buddha Gold #CCA402

Tints of Buddha Gold #CCA402

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.32%

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

R = 55.14%
G = 44.32%
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

#CCA402 (or 0xCCA402) is known color: Buddha Gold. HEX triplet: CC, A4 and 02. RGB value is (204,164,2). Sum of RGB (Red+Green+Blue) = 204+164+2=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 164 (64.45% from 255 or 44.32% from 370); Blue value is 2 (1.17% from 255 or 0.54% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA402 is #335BFD. Grayscale: #9E9E9E. Windows color (decimal): -3365886 or 173260. OLE color: 173260.

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

Color convert

RGB 204 164 2 -
CMYK 0 0.20 0.99 0.2
HSL 48.12º 0.98% 0.4% -
HSV(B) 48.12º 0.99% 0.8% -
XYZ 38.19 39.39 5.65 -
YUV 157.49 40.25 161.17 -
System Red Green Blue C M Y K H S L
Decimal 204 164 2 0 0.20 0.99 0.2 48.12 0.98 0.4
Hex CC A4 2 0 14 63 14 30 62 28
Octal 314 244 2 0 24 143 24 60 142 50
Binary 11001100 10100100 10 0 10100 1100011 10100 110000 1100010 101000

Color Harmonies of #CCA402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA402

Black with #CCA402

Text Example


Text Example

White with #CCA402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA402; }

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

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

background-color css

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

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

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

border-color css

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

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

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