Html Css Color HEX #CC941F Buttercup

📋 copy color: '#CC941F'

red 204 ◦ green 148 ◦ blue 31

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

Shades of Buttercup #CC941F

Tints of Buttercup #CC941F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.09%

R = 53.26%
G = 38.64%
B = 8.09%

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

#CC941F (or 0xCC941F) is known color: Buttercup. HEX triplet: CC, 94 and 1F. RGB value is (204,148,31). Sum of RGB (Red+Green+Blue) = 204+148+31=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 31 (12.5% from 255 or 8.09% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC941F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC941F is #336BE0. Grayscale: #979797. Windows color (decimal): -3369953 or 2069708. OLE color: 2069708.

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

Color convert

RGB 204 148 31 -
CMYK 0 0.27 0.85 0.2
HSL 40.58º 0.74% 0.46% -
HSV(B) 40.58º 0.85% 0.8% -
XYZ 35.74 34.12 6 -
YUV 151.41 60.05 165.51 -
System Red Green Blue C M Y K H S L
Decimal 204 148 31 0 0.27 0.85 0.2 40.58 0.74 0.46
Hex CC 94 1F 0 1B 55 14 29 4A 2E
Octal 314 224 37 0 33 125 24 51 112 56
Binary 11001100 10010100 11111 0 11011 1010101 10100 101001 1001010 101110

Color Harmonies of #CC941F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC941F

Black with #CC941F

Text Example


Text Example

White with #CC941F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC941F; }

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

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

background-color css

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

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

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

border-color css

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

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

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