Html Css Color HEX #DDBD19 Sunflower

📋 copy color: '#DDBD19'

red 221 ◦ green 189 ◦ blue 25

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

Shades of Sunflower #DDBD19

Tints of Sunflower #DDBD19

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.45%

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

R = 50.8%
G = 43.45%
B = 5.75%

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

#DDBD19 (or 0xDDBD19) is known color: Sunflower. HEX triplet: DD, BD and 19. RGB value is (221,189,25). Sum of RGB (Red+Green+Blue) = 221+189+25=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 25 (10.16% from 255 or 5.75% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBD19 is #2242E6. Grayscale: #B4B4B4. Windows color (decimal): -2245351 or 1687005. OLE color: 1687005.

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

Color convert

RGB 221 189 25 -
CMYK 0 0.14 0.89 0.13
HSL 50.2º 0.8% 0.48% -
HSV(B) 50.2º 0.89% 0.87% -
XYZ 48.19 51.84 8.39 -
YUV 179.87 40.6 157.34 -
System Red Green Blue C M Y K H S L
Decimal 221 189 25 0 0.14 0.89 0.13 50.2 0.8 0.48
Hex DD BD 19 0 E 59 D 32 50 30
Octal 335 275 31 0 16 131 15 62 120 60
Binary 11011101 10111101 11001 0 1110 1011001 1101 110010 1010000 110000

Color Harmonies of #DDBD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBD19

Black with #DDBD19

Text Example


Text Example

White with #DDBD19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBD19; }

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

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

background-color css

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

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

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

border-color css

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

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

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