Html Css Color HEX #CC961E Buddha Gold

📋 copy color: '#CC961E'

red 204 ◦ green 150 ◦ blue 30

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

Shades of Buddha Gold #CC961E

Tints of Buddha Gold #CC961E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.81%

R = 53.13%
G = 39.06%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC961E (or 0xCC961E) is known color: Buddha Gold. HEX triplet: CC, 96 and 1E. RGB value is (204,150,30). Sum of RGB (Red+Green+Blue) = 204+150+30=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 30 (12.11% from 255 or 7.81% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC961E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC961E is #3369E1. Grayscale: #999999. Windows color (decimal): -3369442 or 2004684. OLE color: 2004684.

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

Color convert

RGB 204 150 30 -
CMYK 0 0.26 0.85 0.2
HSL 41.38º 0.74% 0.46% -
HSV(B) 41.38º 0.85% 0.8% -
XYZ 36.04 34.74 6.03 -
YUV 152.47 58.89 164.76 -
System Red Green Blue C M Y K H S L
Decimal 204 150 30 0 0.26 0.85 0.2 41.38 0.74 0.46
Hex CC 96 1E 0 1A 55 14 29 4A 2E
Octal 314 226 36 0 32 125 24 51 112 56
Binary 11001100 10010110 11110 0 11010 1010101 10100 101001 1001010 101110

Color Harmonies of #CC961E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC961E

Black with #CC961E

Text Example


Text Example

White with #CC961E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC961E; }

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

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

background-color css

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

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

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

border-color css

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

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

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