Html Css Color HEX #DD9B30 Buttercup

📋 copy color: '#DD9B30'

red 221 ◦ green 155 ◦ blue 48

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

Shades of Buttercup #DD9B30

Tints of Buttercup #DD9B30

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.56%

 BLUE value IS 48 (19.14% from 255) = 11.32%

R = 52.12%
G = 36.56%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD9B30 (or 0xDD9B30) is known color: Buttercup. HEX triplet: DD, 9B and 30. RGB value is (221,155,48). Sum of RGB (Red+Green+Blue) = 221+155+48=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 48 (19.14% from 255 or 11.32% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9B30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9B30 is #2264CF. Grayscale: #A3A3A3. Windows color (decimal): -2254032 or 3185629. OLE color: 3185629.

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

Color convert

RGB 221 155 48 -
CMYK 0 0.30 0.78 0.13
HSL 37.11º 0.72% 0.53% -
HSV(B) 37.11º 0.78% 0.87% -
XYZ 42.07 39.03 8.11 -
YUV 162.54 63.37 169.7 -
System Red Green Blue C M Y K H S L
Decimal 221 155 48 0 0.30 0.78 0.13 37.11 0.72 0.53
Hex DD 9B 30 0 1E 4E D 25 48 35
Octal 335 233 60 0 36 116 15 45 110 65
Binary 11011101 10011011 110000 0 11110 1001110 1101 100101 1001000 110101

Color Harmonies of #DD9B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9B30

Black with #DD9B30

Text Example


Text Example

White with #DD9B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9B30; }

 p { color: rgb(221,155,48); }

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

background-color css

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

 a { background-color: rgb(221,155,48); }

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

border-color css

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

 span { border-color: rgb(221,155,48); }

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