Html Css Color HEX #DDB704 Sunflower

📋 copy color: '#DDB704'

red 221 ◦ green 183 ◦ blue 4

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

Shades of Sunflower #DDB704

Tints of Sunflower #DDB704

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.85%

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

R = 54.17%
G = 44.85%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DDB704 (or 0xDDB704) is known color: Sunflower. HEX triplet: DD, B7 and 04. RGB value is (221,183,4). Sum of RGB (Red+Green+Blue) = 221+183+4=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 183 (71.88% from 255 or 44.85% from 408); Blue value is 4 (1.95% from 255 or 0.98% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB704 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB704 is #2248FB. Grayscale: #AEAEAE. Windows color (decimal): -2246908 or 309213. OLE color: 309213.

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

Color convert

RGB 221 183 4 -
CMYK 0 0.17 0.98 0.13
HSL 49.49º 0.96% 0.44% -
HSV(B) 49.49º 0.98% 0.87% -
XYZ 46.77 49.25 7.16 -
YUV 173.96 32.09 161.55 -
System Red Green Blue C M Y K H S L
Decimal 221 183 4 0 0.17 0.98 0.13 49.49 0.96 0.44
Hex DD B7 4 0 11 62 D 31 60 2C
Octal 335 267 4 0 21 142 15 61 140 54
Binary 11011101 10110111 100 0 10001 1100010 1101 110001 1100000 101100

Color Harmonies of #DDB704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB704

Black with #DDB704

Text Example


Text Example

White with #DDB704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB704; }

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

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

background-color css

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

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

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

border-color css

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

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

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