Html Css Color HEX #DDBE19 Sunflower

📋 copy color: '#DDBE19'

red 221 ◦ green 190 ◦ blue 25

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

Shades of Sunflower #DDBE19

Tints of Sunflower #DDBE19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.73%

R = 50.69%
G = 43.58%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DDBE19 (or 0xDDBE19) is known color: Sunflower. HEX triplet: DD, BE and 19. RGB value is (221,190,25). Sum of RGB (Red+Green+Blue) = 221+190+25=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 25 (10.16% from 255 or 5.73% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBE19 is #2241E6. Grayscale: #B5B5B5. Windows color (decimal): -2245095 or 1687261. OLE color: 1687261.

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

Color convert

RGB 221 190 25 -
CMYK 0 0.14 0.89 0.13
HSL 50.51º 0.8% 0.48% -
HSV(B) 50.51º 0.89% 0.87% -
XYZ 48.41 52.27 8.46 -
YUV 180.46 40.27 156.92 -
System Red Green Blue C M Y K H S L
Decimal 221 190 25 0 0.14 0.89 0.13 50.51 0.8 0.48
Hex DD BE 19 0 E 59 D 33 50 30
Octal 335 276 31 0 16 131 15 63 120 60
Binary 11011101 10111110 11001 0 1110 1011001 1101 110011 1010000 110000

Color Harmonies of #DDBE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBE19

Black with #DDBE19

Text Example


Text Example

White with #DDBE19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBE19; }

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

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

background-color css

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

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

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

border-color css

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

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

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