Html Css Color HEX #DDC610 Sunflower

📋 copy color: '#DDC610'

red 221 ◦ green 198 ◦ blue 16

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

Shades of Sunflower #DDC610

Tints of Sunflower #DDC610

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.52%

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

R = 50.8%
G = 45.52%
B = 3.68%

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

#DDC610 (or 0xDDC610) is known color: Sunflower. HEX triplet: DD, C6 and 10. RGB value is (221,198,16). Sum of RGB (Red+Green+Blue) = 221+198+16=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 198 (77.73% from 255 or 45.52% from 435); Blue value is 16 (6.64% from 255 or 3.68% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC610 is #2239EF. Grayscale: #B8B8B8. Windows color (decimal): -2243056 or 1099485. OLE color: 1099485.

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

Color convert

RGB 221 198 16 -
CMYK 0 0.10 0.93 0.13
HSL 53.27º 0.86% 0.46% -
HSV(B) 53.27º 0.93% 0.87% -
XYZ 50.11 55.8 8.62 -
YUV 184.13 33.12 154.3 -
System Red Green Blue C M Y K H S L
Decimal 221 198 16 0 0.10 0.93 0.13 53.27 0.86 0.46
Hex DD C6 10 0 A 5D D 35 56 2E
Octal 335 306 20 0 12 135 15 65 126 56
Binary 11011101 11000110 10000 0 1010 1011101 1101 110101 1010110 101110

Color Harmonies of #DDC610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC610

Black with #DDC610

Text Example


Text Example

White with #DDC610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC610; }

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

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

background-color css

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

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

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

border-color css

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

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

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