Html Css Color HEX #DDB604 Sunflower

📋 copy color: '#DDB604'

red 221 ◦ green 182 ◦ blue 4

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

Shades of Sunflower #DDB604

Tints of Sunflower #DDB604

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.72%

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

R = 54.3%
G = 44.72%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DDB604 (or 0xDDB604) is known color: Sunflower. HEX triplet: DD, B6 and 04. RGB value is (221,182,4). Sum of RGB (Red+Green+Blue) = 221+182+4=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 182 (71.48% from 255 or 44.72% from 407); Blue value is 4 (1.95% from 255 or 0.98% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB604 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB604 is #2249FB. Grayscale: #AEAEAE. Windows color (decimal): -2247164 or 308957. OLE color: 308957.

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

Color convert

RGB 221 182 4 -
CMYK 0 0.18 0.98 0.13
HSL 49.22º 0.96% 0.44% -
HSV(B) 49.22º 0.98% 0.87% -
XYZ 46.57 48.84 7.09 -
YUV 173.37 32.42 161.97 -
System Red Green Blue C M Y K H S L
Decimal 221 182 4 0 0.18 0.98 0.13 49.22 0.96 0.44
Hex DD B6 4 0 12 62 D 31 60 2C
Octal 335 266 4 0 22 142 15 61 140 54
Binary 11011101 10110110 100 0 10010 1100010 1101 110001 1100000 101100

Color Harmonies of #DDB604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB604

Black with #DDB604

Text Example


Text Example

White with #DDB604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB604; }

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

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

background-color css

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

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

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

border-color css

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

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

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