Html Css Color HEX #CCA00D Buddha Gold

📋 copy color: '#CCA00D'

red 204 ◦ green 160 ◦ blue 13

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

Shades of Buddha Gold #CCA00D

Tints of Buddha Gold #CCA00D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.44%

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

R = 54.11%
G = 42.44%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CCA00D (or 0xCCA00D) is known color: Buddha Gold. HEX triplet: CC, A0 and 0D. RGB value is (204,160,13). Sum of RGB (Red+Green+Blue) = 204+160+13=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 160 (62.89% from 255 or 42.44% from 377); Blue value is 13 (5.47% from 255 or 3.45% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA00D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA00D is #335FF2. Grayscale: #9D9D9D. Windows color (decimal): -3366899 or 893132. OLE color: 893132.

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

Color convert

RGB 204 160 13 -
CMYK 0 0.22 0.94 0.2
HSL 46.18º 0.88% 0.43% -
HSV(B) 46.18º 0.94% 0.8% -
XYZ 37.55 38.01 5.74 -
YUV 156.4 47.08 161.95 -
System Red Green Blue C M Y K H S L
Decimal 204 160 13 0 0.22 0.94 0.2 46.18 0.88 0.43
Hex CC A0 D 0 16 5E 14 2E 58 2B
Octal 314 240 15 0 26 136 24 56 130 53
Binary 11001100 10100000 1101 0 10110 1011110 10100 101110 1011000 101011

Color Harmonies of #CCA00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA00D

Black with #CCA00D

Text Example


Text Example

White with #CCA00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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