Html Css Color HEX #DDB819 Sunflower

📋 copy color: '#DDB819'

red 221 ◦ green 184 ◦ blue 25

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

Shades of Sunflower #DDB819

Tints of Sunflower #DDB819

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.79%

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

R = 51.4%
G = 42.79%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DDB819 (or 0xDDB819) is known color: Sunflower. HEX triplet: DD, B8 and 19. RGB value is (221,184,25). Sum of RGB (Red+Green+Blue) = 221+184+25=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 184 (72.27% from 255 or 42.79% from 430); Blue value is 25 (10.16% from 255 or 5.81% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB819 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB819 is #2247E6. Grayscale: #B1B1B1. Windows color (decimal): -2246631 or 1685725. OLE color: 1685725.

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

Color convert

RGB 221 184 25 -
CMYK 0 0.17 0.89 0.13
HSL 48.67º 0.8% 0.48% -
HSV(B) 48.67º 0.89% 0.87% -
XYZ 47.13 49.72 8.03 -
YUV 176.94 42.26 159.43 -
System Red Green Blue C M Y K H S L
Decimal 221 184 25 0 0.17 0.89 0.13 48.67 0.8 0.48
Hex DD B8 19 0 11 59 D 31 50 30
Octal 335 270 31 0 21 131 15 61 120 60
Binary 11011101 10111000 11001 0 10001 1011001 1101 110001 1010000 110000

Color Harmonies of #DDB819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB819

Black with #DDB819

Text Example


Text Example

White with #DDB819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB819; }

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

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

background-color css

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

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

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

border-color css

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

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

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