Html Css Color HEX #DD931E Buttercup

📋 copy color: '#DD931E'

red 221 ◦ green 147 ◦ blue 30

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

Shades of Buttercup #DD931E

Tints of Buttercup #DD931E

RGB

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

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

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

R = 55.53%
G = 36.93%
B = 7.54%

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

#DD931E (or 0xDD931E) is known color: Buttercup. HEX triplet: DD, 93 and 1E. RGB value is (221,147,30). Sum of RGB (Red+Green+Blue) = 221+147+30=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 30 (12.11% from 255 or 7.54% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD931E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD931E is #226CE1. Grayscale: #9C9C9C. Windows color (decimal): -2256098 or 2003933. OLE color: 2003933.

HSL color Cylindrical-coordinate representation of color #DD931E: hue angle of 36.75º degrees, saturation: 0.76, 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 #DD931E is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 147 30 -
CMYK 0 0.33 0.86 0.13
HSL 36.75º 0.76% 0.49% -
HSV(B) 36.75º 0.86% 0.87% -
XYZ 40.49 36.33 6.11 -
YUV 155.79 57.02 174.51 -
System Red Green Blue C M Y K H S L
Decimal 221 147 30 0 0.33 0.86 0.13 36.75 0.76 0.49
Hex DD 93 1E 0 21 56 D 25 4C 31
Octal 335 223 36 0 41 126 15 45 114 61
Binary 11011101 10010011 11110 0 100001 1010110 1101 100101 1001100 110001

Color Harmonies of #DD931E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD931E

Black with #DD931E

Text Example


Text Example

White with #DD931E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD931E; }

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

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

background-color css

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

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

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

border-color css

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

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

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