Html Css Color HEX #CCA70E Buddha Gold

📋 copy color: '#CCA70E'

red 204 ◦ green 167 ◦ blue 14

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

Shades of Buddha Gold #CCA70E

Tints of Buddha Gold #CCA70E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.38%

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

R = 52.99%
G = 43.38%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CCA70E (or 0xCCA70E) is known color: Buddha Gold. HEX triplet: CC, A7 and 0E. RGB value is (204,167,14). Sum of RGB (Red+Green+Blue) = 204+167+14=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 167 (65.62% from 255 or 43.38% from 385); Blue value is 14 (5.86% from 255 or 3.64% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA70E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA70E is #3358F1. Grayscale: #A1A1A1. Windows color (decimal): -3365106 or 960460. OLE color: 960460.

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

Color convert

RGB 204 167 14 -
CMYK 0 0.18 0.93 0.2
HSL 48.32º 0.87% 0.43% -
HSV(B) 48.32º 0.93% 0.8% -
XYZ 38.8 40.51 6.19 -
YUV 160.62 45.26 158.94 -
System Red Green Blue C M Y K H S L
Decimal 204 167 14 0 0.18 0.93 0.2 48.32 0.87 0.43
Hex CC A7 E 0 12 5D 14 30 57 2B
Octal 314 247 16 0 22 135 24 60 127 53
Binary 11001100 10100111 1110 0 10010 1011101 10100 110000 1010111 101011

Color Harmonies of #CCA70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA70E

Black with #CCA70E

Text Example


Text Example

White with #CCA70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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