Html Css Color HEX #DDB510 Sunflower

📋 copy color: '#DDB510'

red 221 ◦ green 181 ◦ blue 16

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

Shades of Sunflower #DDB510

Tints of Sunflower #DDB510

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.3%

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

R = 52.87%
G = 43.3%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DDB510 (or 0xDDB510) is known color: Sunflower. HEX triplet: DD, B5 and 10. RGB value is (221,181,16). Sum of RGB (Red+Green+Blue) = 221+181+16=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 181 (71.09% from 255 or 43.30% from 418); Blue value is 16 (6.64% from 255 or 3.83% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB510 is #224AEF. Grayscale: #AEAEAE. Windows color (decimal): -2247408 or 1095133. OLE color: 1095133.

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

Color convert

RGB 221 181 16 -
CMYK 0 0.18 0.93 0.13
HSL 48.29º 0.86% 0.46% -
HSV(B) 48.29º 0.93% 0.87% -
XYZ 46.44 48.46 7.4 -
YUV 174.15 38.75 161.42 -
System Red Green Blue C M Y K H S L
Decimal 221 181 16 0 0.18 0.93 0.13 48.29 0.86 0.46
Hex DD B5 10 0 12 5D D 30 56 2E
Octal 335 265 20 0 22 135 15 60 126 56
Binary 11011101 10110101 10000 0 10010 1011101 1101 110000 1010110 101110

Color Harmonies of #DDB510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB510

Black with #DDB510

Text Example


Text Example

White with #DDB510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB510; }

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

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

background-color css

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

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

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

border-color css

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

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

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