Html Css Color HEX #CCA907 Buddha Gold

📋 copy color: '#CCA907'

red 204 ◦ green 169 ◦ blue 7

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

Shades of Buddha Gold #CCA907

Tints of Buddha Gold #CCA907

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.47%

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

R = 53.68%
G = 44.47%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CCA907 (or 0xCCA907) is known color: Buddha Gold. HEX triplet: CC, A9 and 07. RGB value is (204,169,7). Sum of RGB (Red+Green+Blue) = 204+169+7=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 169 (66.41% from 255 or 44.47% from 380); Blue value is 7 (3.12% from 255 or 1.84% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA907 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA907 is #3356F8. Grayscale: #A1A1A1. Windows color (decimal): -3364601 or 502220. OLE color: 502220.

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

Color convert

RGB 204 169 7 -
CMYK 0 0.17 0.97 0.2
HSL 49.34º 0.93% 0.41% -
HSV(B) 49.34º 0.97% 0.8% -
XYZ 39.13 41.23 6.1 -
YUV 161 41.1 158.67 -
System Red Green Blue C M Y K H S L
Decimal 204 169 7 0 0.17 0.97 0.2 49.34 0.93 0.41
Hex CC A9 7 0 11 61 14 31 5D 29
Octal 314 251 7 0 21 141 24 61 135 51
Binary 11001100 10101001 111 0 10001 1100001 10100 110001 1011101 101001

Color Harmonies of #CCA907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA907

Black with #CCA907

Text Example


Text Example

White with #CCA907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA907; }

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

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

background-color css

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

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

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

border-color css

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

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

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