Html Css Color HEX #DD8D1B Buttercup

📋 copy color: '#DD8D1B'

red 221 ◦ green 141 ◦ blue 27

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

Shades of Buttercup #DD8D1B

Tints of Buttercup #DD8D1B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.25%

 BLUE value IS 27 (10.94% from 255) = 6.94%

R = 56.81%
G = 36.25%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD8D1B (or 0xDD8D1B) is known color: Buttercup. HEX triplet: DD, 8D and 1B. RGB value is (221,141,27). Sum of RGB (Red+Green+Blue) = 221+141+27=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 27 (10.94% from 255 or 6.94% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8D1B is #2272E4. Grayscale: #989898. Windows color (decimal): -2257637 or 1805789. OLE color: 1805789.

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

Color convert

RGB 221 141 27 -
CMYK 0 0.36 0.88 0.13
HSL 35.26º 0.78% 0.49% -
HSV(B) 35.26º 0.88% 0.87% -
XYZ 39.54 34.5 5.61 -
YUV 151.92 57.5 177.27 -
System Red Green Blue C M Y K H S L
Decimal 221 141 27 0 0.36 0.88 0.13 35.26 0.78 0.49
Hex DD 8D 1B 0 24 58 D 23 4E 31
Octal 335 215 33 0 44 130 15 43 116 61
Binary 11011101 10001101 11011 0 100100 1011000 1101 100011 1001110 110001

Color Harmonies of #DD8D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8D1B

Black with #DD8D1B

Text Example


Text Example

White with #DD8D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8D1B; }

 p { color: rgb(221,141,27); }

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

background-color css

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

 a { background-color: rgb(221,141,27); }

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

border-color css

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

 span { border-color: rgb(221,141,27); }

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