Html Css Color HEX #DDB404 Sunflower

📋 copy color: '#DDB404'

red 221 ◦ green 180 ◦ blue 4

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

Shades of Sunflower #DDB404

Tints of Sunflower #DDB404

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.44%

 BLUE value IS 4 (1.95% from 255) = 0.99%

R = 54.57%
G = 44.44%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DDB404 (or 0xDDB404) is known color: Sunflower. HEX triplet: DD, B4 and 04. RGB value is (221,180,4). Sum of RGB (Red+Green+Blue) = 221+180+4=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 180 (70.70% from 255 or 44.44% from 405); Blue value is 4 (1.95% from 255 or 0.99% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB404 is #224BFB. Grayscale: #ACACAC. Windows color (decimal): -2247676 or 308445. OLE color: 308445.

HSL color Cylindrical-coordinate representation of color #DDB404: hue angle of 48.66º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DDB404 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 180 4 -
CMYK 0 0.19 0.98 0.13
HSL 48.66º 0.96% 0.44% -
HSV(B) 48.66º 0.98% 0.87% -
XYZ 46.16 48.02 6.95 -
YUV 172.2 33.08 162.81 -
System Red Green Blue C M Y K H S L
Decimal 221 180 4 0 0.19 0.98 0.13 48.66 0.96 0.44
Hex DD B4 4 0 13 62 D 31 60 2C
Octal 335 264 4 0 23 142 15 61 140 54
Binary 11011101 10110100 100 0 10011 1100010 1101 110001 1100000 101100

Color Harmonies of #DDB404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB404

Black with #DDB404

Text Example


Text Example

White with #DDB404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB404; }

 p { color: rgb(221,180,4); }

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

background-color css

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

 a { background-color: rgb(221,180,4); }

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

border-color css

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

 span { border-color: rgb(221,180,4); }

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