Html Css Color HEX #DDBE18 Sunflower

📋 copy color: '#DDBE18'

red 221 ◦ green 190 ◦ blue 24

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

Shades of Sunflower #DDBE18

Tints of Sunflower #DDBE18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.52%

R = 50.8%
G = 43.68%
B = 5.52%

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

#DDBE18 (or 0xDDBE18) is known color: Sunflower. HEX triplet: DD, BE and 18. RGB value is (221,190,24). Sum of RGB (Red+Green+Blue) = 221+190+24=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 24 (9.77% from 255 or 5.52% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBE18 is #2241E7. Grayscale: #B5B5B5. Windows color (decimal): -2245096 or 1621725. OLE color: 1621725.

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

Color convert

RGB 221 190 24 -
CMYK 0 0.14 0.89 0.13
HSL 50.56º 0.8% 0.48% -
HSV(B) 50.56º 0.89% 0.87% -
XYZ 48.4 52.27 8.4 -
YUV 180.35 39.77 157 -
System Red Green Blue C M Y K H S L
Decimal 221 190 24 0 0.14 0.89 0.13 50.56 0.8 0.48
Hex DD BE 18 0 E 59 D 33 50 30
Octal 335 276 30 0 16 131 15 63 120 60
Binary 11011101 10111110 11000 0 1110 1011001 1101 110011 1010000 110000

Color Harmonies of #DDBE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBE18

Black with #DDBE18

Text Example


Text Example

White with #DDBE18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBE18; }

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

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

background-color css

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

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

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

border-color css

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

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

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