Html Css Color HEX #CCA60D Buddha Gold

📋 copy color: '#CCA60D'

red 204 ◦ green 166 ◦ blue 13

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

Shades of Buddha Gold #CCA60D

Tints of Buddha Gold #CCA60D

RGB

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

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

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

R = 53.26%
G = 43.34%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CCA60D (or 0xCCA60D) is known color: Buddha Gold. HEX triplet: CC, A6 and 0D. RGB value is (204,166,13). Sum of RGB (Red+Green+Blue) = 204+166+13=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 166 (65.23% from 255 or 43.34% from 383); Blue value is 13 (5.47% from 255 or 3.39% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA60D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA60D is #3359F2. Grayscale: #A0A0A0. Windows color (decimal): -3365363 or 894668. OLE color: 894668.

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

Color convert

RGB 204 166 13 -
CMYK 0 0.19 0.94 0.2
HSL 48.06º 0.88% 0.43% -
HSV(B) 48.06º 0.94% 0.8% -
XYZ 38.61 40.14 6.09 -
YUV 159.92 45.09 159.44 -
System Red Green Blue C M Y K H S L
Decimal 204 166 13 0 0.19 0.94 0.2 48.06 0.88 0.43
Hex CC A6 D 0 13 5E 14 30 58 2B
Octal 314 246 15 0 23 136 24 60 130 53
Binary 11001100 10100110 1101 0 10011 1011110 10100 110000 1011000 101011

Color Harmonies of #CCA60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA60D

Black with #CCA60D

Text Example


Text Example

White with #CCA60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA60D; }

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

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

background-color css

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

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

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

border-color css

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

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

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