Html Css Color HEX #DD9B2A Buttercup

📋 copy color: '#DD9B2A'

red 221 ◦ green 155 ◦ blue 42

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

Shades of Buttercup #DD9B2A

Tints of Buttercup #DD9B2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.05%

R = 52.87%
G = 37.08%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD9B2A (or 0xDD9B2A) is known color: Buttercup. HEX triplet: DD, 9B and 2A. RGB value is (221,155,42). Sum of RGB (Red+Green+Blue) = 221+155+42=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 155 (60.94% from 255 or 37.08% from 418); Blue value is 42 (16.80% from 255 or 10.05% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9B2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9B2A is #2264D5. Grayscale: #A2A2A2. Windows color (decimal): -2254038 or 2792413. OLE color: 2792413.

HSL color Cylindrical-coordinate representation of color #DD9B2A: hue angle of 37.88º 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 #DD9B2A is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 155 42 -
CMYK 0 0.30 0.81 0.13
HSL 37.88º 0.72% 0.52% -
HSV(B) 37.88º 0.81% 0.87% -
XYZ 41.96 38.98 7.5 -
YUV 161.85 60.37 170.19 -
System Red Green Blue C M Y K H S L
Decimal 221 155 42 0 0.30 0.81 0.13 37.88 0.72 0.52
Hex DD 9B 2A 0 1E 51 D 26 48 34
Octal 335 233 52 0 36 121 15 46 110 64
Binary 11011101 10011011 101010 0 11110 1010001 1101 100110 1001000 110100

Color Harmonies of #DD9B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9B2A

Black with #DD9B2A

Text Example


Text Example

White with #DD9B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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