Html Css Color HEX #CCA50A Buddha Gold

📋 copy color: '#CCA50A'

red 204 ◦ green 165 ◦ blue 10

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

Shades of Buddha Gold #CCA50A

Tints of Buddha Gold #CCA50A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.54%

 BLUE value IS 10 (4.3% from 255) = 2.64%

R = 53.83%
G = 43.54%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CCA50A (or 0xCCA50A) is known color: Buddha Gold. HEX triplet: CC, A5 and 0A. RGB value is (204,165,10). Sum of RGB (Red+Green+Blue) = 204+165+10=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 165 (64.84% from 255 or 43.54% from 379); Blue value is 10 (4.30% from 255 or 2.64% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA50A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA50A is #335AF5. Grayscale: #9F9F9F. Windows color (decimal): -3365622 or 697804. OLE color: 697804.

HSL color Cylindrical-coordinate representation of color #CCA50A: hue angle of 47.94º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCA50A is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 165 10 -
CMYK 0 0.19 0.95 0.2
HSL 47.94º 0.91% 0.42% -
HSV(B) 47.94º 0.95% 0.8% -
XYZ 38.41 39.77 5.94 -
YUV 158.99 43.92 160.1 -
System Red Green Blue C M Y K H S L
Decimal 204 165 10 0 0.19 0.95 0.2 47.94 0.91 0.42
Hex CC A5 A 0 13 5F 14 30 5B 2A
Octal 314 245 12 0 23 137 24 60 133 52
Binary 11001100 10100101 1010 0 10011 1011111 10100 110000 1011011 101010

Color Harmonies of #CCA50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA50A

Black with #CCA50A

Text Example


Text Example

White with #CCA50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA50A; }

 p { color: rgb(204,165,10); }

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

background-color css

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

 a { background-color: rgb(204,165,10); }

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

border-color css

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

 span { border-color: rgb(204,165,10); }

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