Html Css Color HEX #DDBE28 Sunflower

📋 copy color: '#DDBE28'

red 221 ◦ green 190 ◦ blue 40

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

Shades of Sunflower #DDBE28

Tints of Sunflower #DDBE28

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.13%

 BLUE value IS 40 (16.02% from 255) = 8.87%

R = 49%
G = 42.13%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DDBE28 (or 0xDDBE28) is known color: Sunflower. HEX triplet: DD, BE and 28. RGB value is (221,190,40). Sum of RGB (Red+Green+Blue) = 221+190+40=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 40 (16.02% from 255 or 8.87% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBE28 is #2241D7. Grayscale: #B6B6B6. Windows color (decimal): -2245080 or 2670301. OLE color: 2670301.

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

Color convert

RGB 221 190 40 -
CMYK 0 0.14 0.82 0.13
HSL 49.72º 0.73% 0.51% -
HSV(B) 49.72º 0.82% 0.87% -
XYZ 48.62 52.35 9.55 -
YUV 182.17 47.77 155.7 -
System Red Green Blue C M Y K H S L
Decimal 221 190 40 0 0.14 0.82 0.13 49.72 0.73 0.51
Hex DD BE 28 0 E 52 D 32 49 33
Octal 335 276 50 0 16 122 15 62 111 63
Binary 11011101 10111110 101000 0 1110 1010010 1101 110010 1001001 110011

Color Harmonies of #DDBE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBE28

Black with #DDBE28

Text Example


Text Example

White with #DDBE28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBE28; }

 p { color: rgb(221,190,40); }

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

background-color css

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

 a { background-color: rgb(221,190,40); }

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

border-color css

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

 span { border-color: rgb(221,190,40); }

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