Html Css Color HEX #DD921E Buttercup

📋 copy color: '#DD921E'

red 221 ◦ green 146 ◦ blue 30

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

Shades of Buttercup #DD921E

Tints of Buttercup #DD921E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.78%

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

R = 55.67%
G = 36.78%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD921E (or 0xDD921E) is known color: Buttercup. HEX triplet: DD, 92 and 1E. RGB value is (221,146,30). Sum of RGB (Red+Green+Blue) = 221+146+30=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 30 (12.11% from 255 or 7.56% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD921E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD921E is #226DE1. Grayscale: #9B9B9B. Windows color (decimal): -2256354 or 2003677. OLE color: 2003677.

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

Color convert

RGB 221 146 30 -
CMYK 0 0.34 0.86 0.13
HSL 36.44º 0.76% 0.49% -
HSV(B) 36.44º 0.86% 0.87% -
XYZ 40.33 36.02 6.06 -
YUV 155.2 57.35 174.93 -
System Red Green Blue C M Y K H S L
Decimal 221 146 30 0 0.34 0.86 0.13 36.44 0.76 0.49
Hex DD 92 1E 0 22 56 D 24 4C 31
Octal 335 222 36 0 42 126 15 44 114 61
Binary 11011101 10010010 11110 0 100010 1010110 1101 100100 1001100 110001

Color Harmonies of #DD921E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD921E

Black with #DD921E

Text Example


Text Example

White with #DD921E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD921E; }

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

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

background-color css

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

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

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

border-color css

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

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

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