Html Css Color HEX #DDB913 Sunflower

📋 copy color: '#DDB913'

red 221 ◦ green 185 ◦ blue 19

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

Shades of Sunflower #DDB913

Tints of Sunflower #DDB913

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.53%

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

R = 52%
G = 43.53%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DDB913 (or 0xDDB913) is known color: Sunflower. HEX triplet: DD, B9 and 13. RGB value is (221,185,19). Sum of RGB (Red+Green+Blue) = 221+185+19=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 185 (72.66% from 255 or 43.53% from 425); Blue value is 19 (7.81% from 255 or 4.47% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB913 is #2246EC. Grayscale: #B1B1B1. Windows color (decimal): -2246381 or 1292765. OLE color: 1292765.

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

Color convert

RGB 221 185 19 -
CMYK 0 0.16 0.91 0.13
HSL 49.31º 0.84% 0.47% -
HSV(B) 49.31º 0.91% 0.87% -
XYZ 47.29 50.12 7.8 -
YUV 176.84 38.93 159.5 -
System Red Green Blue C M Y K H S L
Decimal 221 185 19 0 0.16 0.91 0.13 49.31 0.84 0.47
Hex DD B9 13 0 10 5B D 31 54 2F
Octal 335 271 23 0 20 133 15 61 124 57
Binary 11011101 10111001 10011 0 10000 1011011 1101 110001 1010100 101111

Color Harmonies of #DDB913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB913

Black with #DDB913

Text Example


Text Example

White with #DDB913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB913; }

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

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

background-color css

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

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

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

border-color css

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

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

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