Html Css Color HEX #DDC710 Sunflower

📋 copy color: '#DDC710'

red 221 ◦ green 199 ◦ blue 16

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

Shades of Sunflower #DDC710

Tints of Sunflower #DDC710

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.64%

 BLUE value IS 16 (6.64% from 255) = 3.67%

R = 50.69%
G = 45.64%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DDC710 (or 0xDDC710) is known color: Sunflower. HEX triplet: DD, C7 and 10. RGB value is (221,199,16). Sum of RGB (Red+Green+Blue) = 221+199+16=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 199 (78.12% from 255 or 45.64% from 436); Blue value is 16 (6.64% from 255 or 3.67% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC710 is #2238EF. Grayscale: #B9B9B9. Windows color (decimal): -2242800 or 1099741. OLE color: 1099741.

HSL color Cylindrical-coordinate representation of color #DDC710: hue angle of 53.56º degrees, saturation: 0.86, 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 #DDC710 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 199 16 -
CMYK 0 0.10 0.93 0.13
HSL 53.56º 0.86% 0.46% -
HSV(B) 53.56º 0.93% 0.87% -
XYZ 50.34 56.26 8.7 -
YUV 184.72 32.79 153.88 -
System Red Green Blue C M Y K H S L
Decimal 221 199 16 0 0.10 0.93 0.13 53.56 0.86 0.46
Hex DD C7 10 0 A 5D D 36 56 2E
Octal 335 307 20 0 12 135 15 66 126 56
Binary 11011101 11000111 10000 0 1010 1011101 1101 110110 1010110 101110

Color Harmonies of #DDC710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC710

Black with #DDC710

Text Example


Text Example

White with #DDC710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC710; }

 p { color: rgb(221,199,16); }

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

background-color css

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

 a { background-color: rgb(221,199,16); }

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

border-color css

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

 span { border-color: rgb(221,199,16); }

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