Html Css Color HEX #CC941E Buttercup

📋 copy color: '#CC941E'

red 204 ◦ green 148 ◦ blue 30

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

Shades of Buttercup #CC941E

Tints of Buttercup #CC941E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.74%

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

R = 53.4%
G = 38.74%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC941E (or 0xCC941E) is known color: Buttercup. HEX triplet: CC, 94 and 1E. RGB value is (204,148,30). Sum of RGB (Red+Green+Blue) = 204+148+30=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 30 (12.11% from 255 or 7.85% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC941E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC941E is #336BE1. Grayscale: #979797. Windows color (decimal): -3369954 or 2004172. OLE color: 2004172.

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

Color convert

RGB 204 148 30 -
CMYK 0 0.27 0.85 0.2
HSL 40.69º 0.74% 0.46% -
HSV(B) 40.69º 0.85% 0.8% -
XYZ 35.73 34.11 5.93 -
YUV 151.29 59.55 165.59 -
System Red Green Blue C M Y K H S L
Decimal 204 148 30 0 0.27 0.85 0.2 40.69 0.74 0.46
Hex CC 94 1E 0 1B 55 14 29 4A 2E
Octal 314 224 36 0 33 125 24 51 112 56
Binary 11001100 10010100 11110 0 11011 1010101 10100 101001 1001010 101110

Color Harmonies of #CC941E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC941E

Black with #CC941E

Text Example


Text Example

White with #CC941E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC941E; }

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

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

background-color css

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

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

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

border-color css

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

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

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