Html Css Color HEX #DD9427 Buttercup

📋 copy color: '#DD9427'

red 221 ◦ green 148 ◦ blue 39

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

Shades of Buttercup #DD9427

Tints of Buttercup #DD9427

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.27%

 BLUE value IS 39 (15.63% from 255) = 9.56%

R = 54.17%
G = 36.27%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD9427 (or 0xDD9427) is known color: Buttercup. HEX triplet: DD, 94 and 27. RGB value is (221,148,39). Sum of RGB (Red+Green+Blue) = 221+148+39=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 39 (15.62% from 255 or 9.56% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9427 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9427 is #226BD8. Grayscale: #9D9D9D. Windows color (decimal): -2255833 or 2594013. OLE color: 2594013.

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

Color convert

RGB 221 148 39 -
CMYK 0 0.33 0.82 0.13
HSL 35.93º 0.73% 0.51% -
HSV(B) 35.93º 0.82% 0.87% -
XYZ 40.77 36.7 6.85 -
YUV 157.4 61.18 173.36 -
System Red Green Blue C M Y K H S L
Decimal 221 148 39 0 0.33 0.82 0.13 35.93 0.73 0.51
Hex DD 94 27 0 21 52 D 24 49 33
Octal 335 224 47 0 41 122 15 44 111 63
Binary 11011101 10010100 100111 0 100001 1010010 1101 100100 1001001 110011

Color Harmonies of #DD9427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9427

Black with #DD9427

Text Example


Text Example

White with #DD9427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9427; }

 p { color: rgb(221,148,39); }

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

background-color css

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

 a { background-color: rgb(221,148,39); }

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

border-color css

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

 span { border-color: rgb(221,148,39); }

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