Html Css Color HEX #DDB707 Sunflower

📋 copy color: '#DDB707'

red 221 ◦ green 183 ◦ blue 7

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

Shades of Sunflower #DDB707

Tints of Sunflower #DDB707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.7%

R = 53.77%
G = 44.53%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DDB707 (or 0xDDB707) is known color: Sunflower. HEX triplet: DD, B7 and 07. RGB value is (221,183,7). Sum of RGB (Red+Green+Blue) = 221+183+7=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 183 (71.88% from 255 or 44.53% from 411); Blue value is 7 (3.12% from 255 or 1.70% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB707 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB707 is #2248F8. Grayscale: #AFAFAF. Windows color (decimal): -2246905 or 505821. OLE color: 505821.

HSL color Cylindrical-coordinate representation of color #DDB707: hue angle of 49.35º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DDB707 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 183 7 -
CMYK 0 0.17 0.97 0.13
HSL 49.35º 0.94% 0.45% -
HSV(B) 49.35º 0.97% 0.87% -
XYZ 46.79 49.25 7.24 -
YUV 174.3 33.59 161.31 -
System Red Green Blue C M Y K H S L
Decimal 221 183 7 0 0.17 0.97 0.13 49.35 0.94 0.45
Hex DD B7 7 0 11 61 D 31 5E 2D
Octal 335 267 7 0 21 141 15 61 136 55
Binary 11011101 10110111 111 0 10001 1100001 1101 110001 1011110 101101

Color Harmonies of #DDB707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB707

Black with #DDB707

Text Example


Text Example

White with #DDB707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB707; }

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

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

background-color css

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

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

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

border-color css

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

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

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