Html Css Color HEX #DDB718 Sunflower

📋 copy color: '#DDB718'

red 221 ◦ green 183 ◦ blue 24

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

Shades of Sunflower #DDB718

Tints of Sunflower #DDB718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.61%

R = 51.64%
G = 42.76%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DDB718 (or 0xDDB718) is known color: Sunflower. HEX triplet: DD, B7 and 18. RGB value is (221,183,24). Sum of RGB (Red+Green+Blue) = 221+183+24=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 183 (71.88% from 255 or 42.76% from 428); Blue value is 24 (9.77% from 255 or 5.61% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB718 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB718 is #2248E7. Grayscale: #B0B0B0. Windows color (decimal): -2246888 or 1619933. OLE color: 1619933.

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

Color convert

RGB 221 183 24 -
CMYK 0 0.17 0.89 0.13
HSL 48.43º 0.8% 0.48% -
HSV(B) 48.43º 0.89% 0.87% -
XYZ 46.92 49.31 7.91 -
YUV 176.24 42.09 159.93 -
System Red Green Blue C M Y K H S L
Decimal 221 183 24 0 0.17 0.89 0.13 48.43 0.8 0.48
Hex DD B7 18 0 11 59 D 30 50 30
Octal 335 267 30 0 21 131 15 60 120 60
Binary 11011101 10110111 11000 0 10001 1011001 1101 110000 1010000 110000

Color Harmonies of #DDB718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB718

Black with #DDB718

Text Example


Text Example

White with #DDB718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB718; }

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

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

background-color css

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

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

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

border-color css

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

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

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