Html Css Color HEX #CC9617 Buddha Gold

📋 copy color: '#CC9617'

red 204 ◦ green 150 ◦ blue 23

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

Shades of Buddha Gold #CC9617

Tints of Buddha Gold #CC9617

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.79%

 BLUE value IS 23 (9.38% from 255) = 6.1%

R = 54.11%
G = 39.79%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC9617 (or 0xCC9617) is known color: Buddha Gold. HEX triplet: CC, 96 and 17. RGB value is (204,150,23). Sum of RGB (Red+Green+Blue) = 204+150+23=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 23 (9.38% from 255 or 6.10% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9617 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9617 is #3369E8. Grayscale: #989898. Windows color (decimal): -3369449 or 1545932. OLE color: 1545932.

HSL color Cylindrical-coordinate representation of color #CC9617: hue angle of 42.1º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC9617 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 150 23 -
CMYK 0 0.26 0.89 0.2
HSL 42.1º 0.8% 0.45% -
HSV(B) 42.1º 0.89% 0.8% -
XYZ 35.96 34.71 5.62 -
YUV 151.67 55.39 165.33 -
System Red Green Blue C M Y K H S L
Decimal 204 150 23 0 0.26 0.89 0.2 42.1 0.8 0.45
Hex CC 96 17 0 1A 59 14 2A 50 2D
Octal 314 226 27 0 32 131 24 52 120 55
Binary 11001100 10010110 10111 0 11010 1011001 10100 101010 1010000 101101

Color Harmonies of #CC9617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9617

Black with #CC9617

Text Example


Text Example

White with #CC9617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9617; }

 p { color: rgb(204,150,23); }

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

background-color css

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

 a { background-color: rgb(204,150,23); }

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

border-color css

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

 span { border-color: rgb(204,150,23); }

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