Html Css Color HEX #DDB410 Sunflower

📋 copy color: '#DDB410'

red 221 ◦ green 180 ◦ blue 16

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

Shades of Sunflower #DDB410

Tints of Sunflower #DDB410

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.17%

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

R = 53%
G = 43.17%
B = 3.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DDB410 (or 0xDDB410) is known color: Sunflower. HEX triplet: DD, B4 and 10. RGB value is (221,180,16). Sum of RGB (Red+Green+Blue) = 221+180+16=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 16 (6.64% from 255 or 3.84% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB410 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB410 is #224BEF. Grayscale: #AEAEAE. Windows color (decimal): -2247664 or 1094877. OLE color: 1094877.

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

Color convert

RGB 221 180 16 -
CMYK 0 0.19 0.93 0.13
HSL 48º 0.86% 0.46% -
HSV(B) 48º 0.93% 0.87% -
XYZ 46.23 48.05 7.33 -
YUV 173.56 39.08 161.84 -
System Red Green Blue C M Y K H S L
Decimal 221 180 16 0 0.19 0.93 0.13 48 0.86 0.46
Hex DD B4 10 0 13 5D D 30 56 2E
Octal 335 264 20 0 23 135 15 60 126 56
Binary 11011101 10110100 10000 0 10011 1011101 1101 110000 1010110 101110

Color Harmonies of #DDB410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB410

Black with #DDB410

Text Example


Text Example

White with #DDB410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB410; }

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

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

background-color css

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

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

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

border-color css

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

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

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