Html Css Color HEX #DDB513 Sunflower

📋 copy color: '#DDB513'

red 221 ◦ green 181 ◦ blue 19

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

Shades of Sunflower #DDB513

Tints of Sunflower #DDB513

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.99%

 BLUE value IS 19 (7.81% from 255) = 4.51%

R = 52.49%
G = 42.99%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DDB513 (or 0xDDB513) is known color: Sunflower. HEX triplet: DD, B5 and 13. RGB value is (221,181,19). Sum of RGB (Red+Green+Blue) = 221+181+19=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 181 (71.09% from 255 or 42.99% from 421); Blue value is 19 (7.81% from 255 or 4.51% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB513 is #224AEC. Grayscale: #AFAFAF. Windows color (decimal): -2247405 or 1291741. OLE color: 1291741.

HSL color Cylindrical-coordinate representation of color #DDB513: hue angle of 48.12º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDB513 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 181 19 -
CMYK 0 0.18 0.91 0.13
HSL 48.12º 0.84% 0.47% -
HSV(B) 48.12º 0.91% 0.87% -
XYZ 46.46 48.47 7.52 -
YUV 174.49 40.25 161.17 -
System Red Green Blue C M Y K H S L
Decimal 221 181 19 0 0.18 0.91 0.13 48.12 0.84 0.47
Hex DD B5 13 0 12 5B D 30 54 2F
Octal 335 265 23 0 22 133 15 60 124 57
Binary 11011101 10110101 10011 0 10010 1011011 1101 110000 1010100 101111

Color Harmonies of #DDB513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB513

Black with #DDB513

Text Example


Text Example

White with #DDB513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB513; }

 p { color: rgb(221,181,19); }

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

background-color css

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

 a { background-color: rgb(221,181,19); }

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

border-color css

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

 span { border-color: rgb(221,181,19); }

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