Html Css Color HEX #CCA007 Buddha Gold

📋 copy color: '#CCA007'

red 204 ◦ green 160 ◦ blue 7

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

Shades of Buddha Gold #CCA007

Tints of Buddha Gold #CCA007

RGB

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

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

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

R = 54.99%
G = 43.13%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CCA007 (or 0xCCA007) is known color: Buddha Gold. HEX triplet: CC, A0 and 07. RGB value is (204,160,7). Sum of RGB (Red+Green+Blue) = 204+160+7=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 7 (3.12% from 255 or 1.89% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA007 is #335FF8. Grayscale: #9C9C9C. Windows color (decimal): -3366905 or 499916. OLE color: 499916.

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

Color convert

RGB 204 160 7 -
CMYK 0 0.22 0.97 0.2
HSL 46.6º 0.93% 0.41% -
HSV(B) 46.6º 0.97% 0.8% -
XYZ 37.51 37.99 5.56 -
YUV 155.71 44.08 162.44 -
System Red Green Blue C M Y K H S L
Decimal 204 160 7 0 0.22 0.97 0.2 46.6 0.93 0.41
Hex CC A0 7 0 16 61 14 2F 5D 29
Octal 314 240 7 0 26 141 24 57 135 51
Binary 11001100 10100000 111 0 10110 1100001 10100 101111 1011101 101001

Color Harmonies of #CCA007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA007

Black with #CCA007

Text Example


Text Example

White with #CCA007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA007; }

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

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

background-color css

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

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

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

border-color css

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

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

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