Html Css Color HEX #DD9E2B Buttercup

📋 copy color: '#DD9E2B'

red 221 ◦ green 158 ◦ blue 43

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

Shades of Buttercup #DD9E2B

Tints of Buttercup #DD9E2B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.44%

 BLUE value IS 43 (17.19% from 255) = 10.19%

R = 52.37%
G = 37.44%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD9E2B (or 0xDD9E2B) is known color: Buttercup. HEX triplet: DD, 9E and 2B. RGB value is (221,158,43). Sum of RGB (Red+Green+Blue) = 221+158+43=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 158 (62.11% from 255 or 37.44% from 422); Blue value is 43 (17.19% from 255 or 10.19% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9E2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9E2B is #2261D4. Grayscale: #A4A4A4. Windows color (decimal): -2253269 or 2858717. OLE color: 2858717.

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

Color convert

RGB 221 158 43 -
CMYK 0 0.29 0.81 0.13
HSL 38.76º 0.72% 0.52% -
HSV(B) 38.76º 0.81% 0.87% -
XYZ 42.48 40 7.77 -
YUV 163.73 59.87 168.85 -
System Red Green Blue C M Y K H S L
Decimal 221 158 43 0 0.29 0.81 0.13 38.76 0.72 0.52
Hex DD 9E 2B 0 1D 51 D 27 48 34
Octal 335 236 53 0 35 121 15 47 110 64
Binary 11011101 10011110 101011 0 11101 1010001 1101 100111 1001000 110100

Color Harmonies of #DD9E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9E2B

Black with #DD9E2B

Text Example


Text Example

White with #DD9E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9E2B; }

 p { color: rgb(221,158,43); }

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

background-color css

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

 a { background-color: rgb(221,158,43); }

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

border-color css

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

 span { border-color: rgb(221,158,43); }

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