Html Css Color HEX #DD902C Buttercup

📋 copy color: '#DD902C'

red 221 ◦ green 144 ◦ blue 44

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

Shades of Buttercup #DD902C

Tints of Buttercup #DD902C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.76%

R = 54.03%
G = 35.21%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD902C (or 0xDD902C) is known color: Buttercup. HEX triplet: DD, 90 and 2C. RGB value is (221,144,44). Sum of RGB (Red+Green+Blue) = 221+144+44=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 44 (17.58% from 255 or 10.76% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD902C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD902C is #226FD3. Grayscale: #9C9C9C. Windows color (decimal): -2256852 or 2920669. OLE color: 2920669.

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

Color convert

RGB 221 144 44 -
CMYK 0 0.35 0.80 0.13
HSL 33.9º 0.72% 0.52% -
HSV(B) 33.9º 0.8% 0.87% -
XYZ 40.25 35.5 7.11 -
YUV 155.62 65.01 174.63 -
System Red Green Blue C M Y K H S L
Decimal 221 144 44 0 0.35 0.80 0.13 33.9 0.72 0.52
Hex DD 90 2C 0 23 50 D 22 48 34
Octal 335 220 54 0 43 120 15 42 110 64
Binary 11011101 10010000 101100 0 100011 1010000 1101 100010 1001000 110100

Color Harmonies of #DD902C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD902C

Black with #DD902C

Text Example


Text Example

White with #DD902C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD902C; }

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

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

background-color css

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

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

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

border-color css

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

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

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