Html Css Color HEX #DD931F Buttercup

📋 copy color: '#DD931F'

red 221 ◦ green 147 ◦ blue 31

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

Shades of Buttercup #DD931F

Tints of Buttercup #DD931F

RGB

 RED value IS 221 (86.72% from 255) = 55.39%

 GREEN value IS 147 (57.81% from 255) = 36.84%

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

R = 55.39%
G = 36.84%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD931F (or 0xDD931F) is known color: Buttercup. HEX triplet: DD, 93 and 1F. RGB value is (221,147,31). Sum of RGB (Red+Green+Blue) = 221+147+31=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 31 (12.5% from 255 or 7.77% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD931F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD931F is #226CE0. Grayscale: #9C9C9C. Windows color (decimal): -2256097 or 2069469. OLE color: 2069469.

HSL color Cylindrical-coordinate representation of color #DD931F: hue angle of 36.63º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD931F is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 147 31 -
CMYK 0 0.33 0.86 0.13
HSL 36.63º 0.75% 0.49% -
HSV(B) 36.63º 0.86% 0.87% -
XYZ 40.5 36.34 6.18 -
YUV 155.9 57.52 174.43 -
System Red Green Blue C M Y K H S L
Decimal 221 147 31 0 0.33 0.86 0.13 36.63 0.75 0.49
Hex DD 93 1F 0 21 56 D 25 4B 31
Octal 335 223 37 0 41 126 15 45 113 61
Binary 11011101 10010011 11111 0 100001 1010110 1101 100101 1001011 110001

Color Harmonies of #DD931F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD931F

Black with #DD931F

Text Example


Text Example

White with #DD931F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD931F; }

 p { color: rgb(221,147,31); }

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

background-color css

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

 a { background-color: rgb(221,147,31); }

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

border-color css

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

 span { border-color: rgb(221,147,31); }

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