Html Css Color HEX #DD902E Buttercup

📋 copy color: '#DD902E'

red 221 ◦ green 144 ◦ blue 46

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

Shades of Buttercup #DD902E

Tints of Buttercup #DD902E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.19%

R = 53.77%
G = 35.04%
B = 11.19%

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

#DD902E (or 0xDD902E) is known color: Buttercup. HEX triplet: DD, 90 and 2E. RGB value is (221,144,46). Sum of RGB (Red+Green+Blue) = 221+144+46=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 46 (18.36% from 255 or 11.19% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD902E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD902E is #226FD1. Grayscale: #9C9C9C. Windows color (decimal): -2256850 or 3051741. OLE color: 3051741.

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

Color convert

RGB 221 144 46 -
CMYK 0 0.35 0.79 0.13
HSL 33.6º 0.72% 0.52% -
HSV(B) 33.6º 0.79% 0.87% -
XYZ 40.29 35.52 7.32 -
YUV 155.85 66.01 174.47 -
System Red Green Blue C M Y K H S L
Decimal 221 144 46 0 0.35 0.79 0.13 33.6 0.72 0.52
Hex DD 90 2E 0 23 4F D 22 48 34
Octal 335 220 56 0 43 117 15 42 110 64
Binary 11011101 10010000 101110 0 100011 1001111 1101 100010 1001000 110100

Color Harmonies of #DD902E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD902E

Black with #DD902E

Text Example


Text Example

White with #DD902E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD902E; }

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

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

background-color css

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

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

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

border-color css

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

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

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