Html Css Color HEX #DDBB19 Sunflower

📋 copy color: '#DDBB19'

red 221 ◦ green 187 ◦ blue 25

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

Shades of Sunflower #DDBB19

Tints of Sunflower #DDBB19

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.19%

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

R = 51.04%
G = 43.19%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DDBB19 (or 0xDDBB19) is known color: Sunflower. HEX triplet: DD, BB and 19. RGB value is (221,187,25). Sum of RGB (Red+Green+Blue) = 221+187+25=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 25 (10.16% from 255 or 5.77% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBB19 is #2244E6. Grayscale: #B3B3B3. Windows color (decimal): -2245863 or 1686493. OLE color: 1686493.

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

Color convert

RGB 221 187 25 -
CMYK 0 0.15 0.89 0.13
HSL 49.59º 0.8% 0.48% -
HSV(B) 49.59º 0.89% 0.87% -
XYZ 47.76 50.98 8.24 -
YUV 178.7 41.26 158.17 -
System Red Green Blue C M Y K H S L
Decimal 221 187 25 0 0.15 0.89 0.13 49.59 0.8 0.48
Hex DD BB 19 0 F 59 D 32 50 30
Octal 335 273 31 0 17 131 15 62 120 60
Binary 11011101 10111011 11001 0 1111 1011001 1101 110010 1010000 110000

Color Harmonies of #DDBB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBB19

Black with #DDBB19

Text Example


Text Example

White with #DDBB19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBB19; }

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

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

background-color css

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

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

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

border-color css

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

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

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