Html Css Color HEX #DD9023 Buttercup

📋 copy color: '#DD9023'

red 221 ◦ green 144 ◦ blue 35

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

Shades of Buttercup #DD9023

Tints of Buttercup #DD9023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.75%

R = 55.25%
G = 36%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD9023 (or 0xDD9023) is known color: Buttercup. HEX triplet: DD, 90 and 23. RGB value is (221,144,35). Sum of RGB (Red+Green+Blue) = 221+144+35=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 35 (14.06% from 255 or 8.75% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9023 is #226FDC. Grayscale: #9B9B9B. Windows color (decimal): -2256861 or 2330845. OLE color: 2330845.

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

Color convert

RGB 221 144 35 -
CMYK 0 0.35 0.84 0.13
HSL 35.16º 0.73% 0.5% -
HSV(B) 35.16º 0.84% 0.87% -
XYZ 40.1 35.44 6.32 -
YUV 154.6 60.51 175.36 -
System Red Green Blue C M Y K H S L
Decimal 221 144 35 0 0.35 0.84 0.13 35.16 0.73 0.5
Hex DD 90 23 0 23 54 D 23 49 32
Octal 335 220 43 0 43 124 15 43 111 62
Binary 11011101 10010000 100011 0 100011 1010100 1101 100011 1001001 110010

Color Harmonies of #DD9023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9023

Black with #DD9023

Text Example


Text Example

White with #DD9023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9023; }

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

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

background-color css

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

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

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

border-color css

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

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

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