Html Css Color HEX #CCA80D Buddha Gold

📋 copy color: '#CCA80D'

red 204 ◦ green 168 ◦ blue 13

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

Shades of Buddha Gold #CCA80D

Tints of Buddha Gold #CCA80D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.64%

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

R = 52.99%
G = 43.64%
B = 3.38%

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

#CCA80D (or 0xCCA80D) is known color: Buddha Gold. HEX triplet: CC, A8 and 0D. RGB value is (204,168,13). Sum of RGB (Red+Green+Blue) = 204+168+13=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 168 (66.02% from 255 or 43.64% from 385); Blue value is 13 (5.47% from 255 or 3.38% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA80D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA80D is #3357F2. Grayscale: #A1A1A1. Windows color (decimal): -3364851 or 895180. OLE color: 895180.

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

Color convert

RGB 204 168 13 -
CMYK 0 0.18 0.94 0.2
HSL 48.69º 0.88% 0.43% -
HSV(B) 48.69º 0.94% 0.8% -
XYZ 38.98 40.87 6.22 -
YUV 161.09 44.43 158.6 -
System Red Green Blue C M Y K H S L
Decimal 204 168 13 0 0.18 0.94 0.2 48.69 0.88 0.43
Hex CC A8 D 0 12 5E 14 31 58 2B
Octal 314 250 15 0 22 136 24 61 130 53
Binary 11001100 10101000 1101 0 10010 1011110 10100 110001 1011000 101011

Color Harmonies of #CCA80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA80D

Black with #CCA80D

Text Example


Text Example

White with #CCA80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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