Html Css Color HEX #DD8C1F Buttercup

📋 copy color: '#DD8C1F'

red 221 ◦ green 140 ◦ blue 31

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

Shades of Buttercup #DD8C1F

Tints of Buttercup #DD8C1F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.71%

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

R = 56.38%
G = 35.71%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD8C1F (or 0xDD8C1F) is known color: Buttercup. HEX triplet: DD, 8C and 1F. RGB value is (221,140,31). Sum of RGB (Red+Green+Blue) = 221+140+31=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 31 (12.5% from 255 or 7.91% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8C1F is #2273E0. Grayscale: #989898. Windows color (decimal): -2257889 or 2067677. OLE color: 2067677.

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

Color convert

RGB 221 140 31 -
CMYK 0 0.37 0.86 0.13
HSL 34.42º 0.75% 0.49% -
HSV(B) 34.42º 0.86% 0.87% -
XYZ 39.44 34.23 5.82 -
YUV 151.79 59.84 177.36 -
System Red Green Blue C M Y K H S L
Decimal 221 140 31 0 0.37 0.86 0.13 34.42 0.75 0.49
Hex DD 8C 1F 0 25 56 D 22 4B 31
Octal 335 214 37 0 45 126 15 42 113 61
Binary 11011101 10001100 11111 0 100101 1010110 1101 100010 1001011 110001

Color Harmonies of #DD8C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8C1F

Black with #DD8C1F

Text Example


Text Example

White with #DD8C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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