Html Css Color HEX #CCA807 Buddha Gold

📋 copy color: '#CCA807'

red 204 ◦ green 168 ◦ blue 7

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

Shades of Buddha Gold #CCA807

Tints of Buddha Gold #CCA807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.85%

R = 53.83%
G = 44.33%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CCA807 (or 0xCCA807) is known color: Buddha Gold. HEX triplet: CC, A8 and 07. RGB value is (204,168,7). Sum of RGB (Red+Green+Blue) = 204+168+7=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 7 (3.12% from 255 or 1.85% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA807 is #3357F8. Grayscale: #A1A1A1. Windows color (decimal): -3364857 or 501964. OLE color: 501964.

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

Color convert

RGB 204 168 7 -
CMYK 0 0.18 0.97 0.2
HSL 49.04º 0.93% 0.41% -
HSV(B) 49.04º 0.97% 0.8% -
XYZ 38.94 40.86 6.03 -
YUV 160.41 41.43 159.09 -
System Red Green Blue C M Y K H S L
Decimal 204 168 7 0 0.18 0.97 0.2 49.04 0.93 0.41
Hex CC A8 7 0 12 61 14 31 5D 29
Octal 314 250 7 0 22 141 24 61 135 51
Binary 11001100 10101000 111 0 10010 1100001 10100 110001 1011101 101001

Color Harmonies of #CCA807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA807

Black with #CCA807

Text Example


Text Example

White with #CCA807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA807; }

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

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

background-color css

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

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

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

border-color css

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

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

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