Html Css Color HEX #CCA60E Buddha Gold

📋 copy color: '#CCA60E'

red 204 ◦ green 166 ◦ blue 14

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

Shades of Buddha Gold #CCA60E

Tints of Buddha Gold #CCA60E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.23%

 BLUE value IS 14 (5.86% from 255) = 3.65%

R = 53.13%
G = 43.23%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CCA60E (or 0xCCA60E) is known color: Buddha Gold. HEX triplet: CC, A6 and 0E. RGB value is (204,166,14). Sum of RGB (Red+Green+Blue) = 204+166+14=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 166 (65.23% from 255 or 43.23% from 384); Blue value is 14 (5.86% from 255 or 3.65% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA60E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA60E is #3359F1. Grayscale: #A0A0A0. Windows color (decimal): -3365362 or 960204. OLE color: 960204.

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

Color convert

RGB 204 166 14 -
CMYK 0 0.19 0.93 0.2
HSL 48º 0.87% 0.43% -
HSV(B) 48º 0.93% 0.8% -
XYZ 38.62 40.14 6.13 -
YUV 160.03 45.59 159.36 -
System Red Green Blue C M Y K H S L
Decimal 204 166 14 0 0.19 0.93 0.2 48 0.87 0.43
Hex CC A6 E 0 13 5D 14 30 57 2B
Octal 314 246 16 0 23 135 24 60 127 53
Binary 11001100 10100110 1110 0 10011 1011101 10100 110000 1010111 101011

Color Harmonies of #CCA60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA60E

Black with #CCA60E

Text Example


Text Example

White with #CCA60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA60E; }

 p { color: rgb(204,166,14); }

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

background-color css

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

 a { background-color: rgb(204,166,14); }

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

border-color css

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

 span { border-color: rgb(204,166,14); }

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