Html Css Color HEX #CCA70D Buddha Gold

📋 copy color: '#CCA70D'

red 204 ◦ green 167 ◦ blue 13

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

Shades of Buddha Gold #CCA70D

Tints of Buddha Gold #CCA70D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.39%

R = 53.13%
G = 43.49%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CCA70D (or 0xCCA70D) is known color: Buddha Gold. HEX triplet: CC, A7 and 0D. RGB value is (204,167,13). Sum of RGB (Red+Green+Blue) = 204+167+13=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 167 (65.62% from 255 or 43.49% from 384); Blue value is 13 (5.47% from 255 or 3.39% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA70D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA70D is #3358F2. Grayscale: #A1A1A1. Windows color (decimal): -3365107 or 894924. OLE color: 894924.

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

Color convert

RGB 204 167 13 -
CMYK 0 0.18 0.94 0.2
HSL 48.38º 0.88% 0.43% -
HSV(B) 48.38º 0.94% 0.8% -
XYZ 38.79 40.5 6.15 -
YUV 160.51 44.76 159.02 -
System Red Green Blue C M Y K H S L
Decimal 204 167 13 0 0.18 0.94 0.2 48.38 0.88 0.43
Hex CC A7 D 0 12 5E 14 30 58 2B
Octal 314 247 15 0 22 136 24 60 130 53
Binary 11001100 10100111 1101 0 10010 1011110 10100 110000 1011000 101011

Color Harmonies of #CCA70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA70D

Black with #CCA70D

Text Example


Text Example

White with #CCA70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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