Html Css Color HEX #DDB714 Sunflower

📋 copy color: '#DDB714'

red 221 ◦ green 183 ◦ blue 20

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

Shades of Sunflower #DDB714

Tints of Sunflower #DDB714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.72%

R = 52.12%
G = 43.16%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DDB714 (or 0xDDB714) is known color: Sunflower. HEX triplet: DD, B7 and 14. RGB value is (221,183,20). Sum of RGB (Red+Green+Blue) = 221+183+20=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 183 (71.88% from 255 or 43.16% from 424); Blue value is 20 (8.20% from 255 or 4.72% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB714 is #2248EB. Grayscale: #B0B0B0. Windows color (decimal): -2246892 or 1357789. OLE color: 1357789.

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

Color convert

RGB 221 183 20 -
CMYK 0 0.17 0.91 0.13
HSL 48.66º 0.83% 0.47% -
HSV(B) 48.66º 0.91% 0.87% -
XYZ 46.88 49.29 7.7 -
YUV 175.78 40.09 160.25 -
System Red Green Blue C M Y K H S L
Decimal 221 183 20 0 0.17 0.91 0.13 48.66 0.83 0.47
Hex DD B7 14 0 11 5B D 31 53 2F
Octal 335 267 24 0 21 133 15 61 123 57
Binary 11011101 10110111 10100 0 10001 1011011 1101 110001 1010011 101111

Color Harmonies of #DDB714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB714

Black with #DDB714

Text Example


Text Example

White with #DDB714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB714; }

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

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

background-color css

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

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

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

border-color css

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

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

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