Html Css Color HEX #DD902F Buttercup

📋 copy color: '#DD902F'

red 221 ◦ green 144 ◦ blue 47

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

Shades of Buttercup #DD902F

Tints of Buttercup #DD902F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.95%

 BLUE value IS 47 (18.75% from 255) = 11.41%

R = 53.64%
G = 34.95%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD902F (or 0xDD902F) is known color: Buttercup. HEX triplet: DD, 90 and 2F. RGB value is (221,144,47). Sum of RGB (Red+Green+Blue) = 221+144+47=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 47 (18.75% from 255 or 11.41% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD902F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD902F is #226FD0. Grayscale: #9C9C9C. Windows color (decimal): -2256849 or 3117277. OLE color: 3117277.

HSL color Cylindrical-coordinate representation of color #DD902F: hue angle of 33.45º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD902F is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 144 47 -
CMYK 0 0.35 0.79 0.13
HSL 33.45º 0.72% 0.53% -
HSV(B) 33.45º 0.79% 0.87% -
XYZ 40.31 35.52 7.42 -
YUV 155.97 66.51 174.39 -
System Red Green Blue C M Y K H S L
Decimal 221 144 47 0 0.35 0.79 0.13 33.45 0.72 0.53
Hex DD 90 2F 0 23 4F D 21 48 35
Octal 335 220 57 0 43 117 15 41 110 65
Binary 11011101 10010000 101111 0 100011 1001111 1101 100001 1001000 110101

Color Harmonies of #DD902F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD902F

Black with #DD902F

Text Example


Text Example

White with #DD902F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD902F; }

 p { color: rgb(221,144,47); }

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

background-color css

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

 a { background-color: rgb(221,144,47); }

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

border-color css

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

 span { border-color: rgb(221,144,47); }

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