Html Css Color HEX #DDB705 Sunflower

📋 copy color: '#DDB705'

red 221 ◦ green 183 ◦ blue 5

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

Shades of Sunflower #DDB705

Tints of Sunflower #DDB705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.22%

R = 54.03%
G = 44.74%
B = 1.22%

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

#DDB705 (or 0xDDB705) is known color: Sunflower. HEX triplet: DD, B7 and 05. RGB value is (221,183,5). Sum of RGB (Red+Green+Blue) = 221+183+5=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 183 (71.88% from 255 or 44.74% from 409); Blue value is 5 (2.34% from 255 or 1.22% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB705 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB705 is #2248FA. Grayscale: #AEAEAE. Windows color (decimal): -2246907 or 374749. OLE color: 374749.

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

Color convert

RGB 221 183 5 -
CMYK 0 0.17 0.98 0.13
HSL 49.44º 0.96% 0.44% -
HSV(B) 49.44º 0.98% 0.87% -
XYZ 46.78 49.25 7.18 -
YUV 174.07 32.59 161.47 -
System Red Green Blue C M Y K H S L
Decimal 221 183 5 0 0.17 0.98 0.13 49.44 0.96 0.44
Hex DD B7 5 0 11 62 D 31 60 2C
Octal 335 267 5 0 21 142 15 61 140 54
Binary 11011101 10110111 101 0 10001 1100010 1101 110001 1100000 101100

Color Harmonies of #DDB705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB705

Black with #DDB705

Text Example


Text Example

White with #DDB705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB705; }

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

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

background-color css

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

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

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

border-color css

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

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

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