Html Css Color HEX #CCA307 Buddha Gold

📋 copy color: '#CCA307'

red 204 ◦ green 163 ◦ blue 7

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

Shades of Buddha Gold #CCA307

Tints of Buddha Gold #CCA307

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.58%

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

R = 54.55%
G = 43.58%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CCA307 (or 0xCCA307) is known color: Buddha Gold. HEX triplet: CC, A3 and 07. RGB value is (204,163,7). Sum of RGB (Red+Green+Blue) = 204+163+7=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 163 (64.06% from 255 or 43.58% from 374); Blue value is 7 (3.12% from 255 or 1.87% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA307 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA307 is #335CF8. Grayscale: #9E9E9E. Windows color (decimal): -3366137 or 500684. OLE color: 500684.

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

Color convert

RGB 204 163 7 -
CMYK 0 0.20 0.97 0.2
HSL 47.51º 0.93% 0.41% -
HSV(B) 47.51º 0.97% 0.8% -
XYZ 38.04 39.05 5.73 -
YUV 157.48 43.08 161.18 -
System Red Green Blue C M Y K H S L
Decimal 204 163 7 0 0.20 0.97 0.2 47.51 0.93 0.41
Hex CC A3 7 0 14 61 14 30 5D 29
Octal 314 243 7 0 24 141 24 60 135 51
Binary 11001100 10100011 111 0 10100 1100001 10100 110000 1011101 101001

Color Harmonies of #CCA307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA307

Black with #CCA307

Text Example


Text Example

White with #CCA307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA307; }

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

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

background-color css

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

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

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

border-color css

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

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

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