Html Css Color HEX #DDB70F Sunflower

📋 copy color: '#DDB70F'

red 221 ◦ green 183 ◦ blue 15

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

Shades of Sunflower #DDB70F

Tints of Sunflower #DDB70F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.58%

R = 52.74%
G = 43.68%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DDB70F (or 0xDDB70F) is known color: Sunflower. HEX triplet: DD, B7 and 0F. RGB value is (221,183,15). Sum of RGB (Red+Green+Blue) = 221+183+15=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 15 (6.25% from 255 or 3.58% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB70F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB70F is #2248F0. Grayscale: #AFAFAF. Windows color (decimal): -2246897 or 1030109. OLE color: 1030109.

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

Color convert

RGB 221 183 15 -
CMYK 0 0.17 0.93 0.13
HSL 48.93º 0.87% 0.46% -
HSV(B) 48.93º 0.93% 0.87% -
XYZ 46.84 49.27 7.49 -
YUV 175.21 37.59 160.66 -
System Red Green Blue C M Y K H S L
Decimal 221 183 15 0 0.17 0.93 0.13 48.93 0.87 0.46
Hex DD B7 F 0 11 5D D 31 57 2E
Octal 335 267 17 0 21 135 15 61 127 56
Binary 11011101 10110111 1111 0 10001 1011101 1101 110001 1010111 101110

Color Harmonies of #DDB70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB70F

Black with #DDB70F

Text Example


Text Example

White with #DDB70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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