Html Css Color HEX #DDB110 Sunflower

📋 copy color: '#DDB110'

red 221 ◦ green 177 ◦ blue 16

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

Shades of Sunflower #DDB110

Tints of Sunflower #DDB110

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.75%

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

R = 53.38%
G = 42.75%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DDB110 (or 0xDDB110) is known color: Sunflower. HEX triplet: DD, B1 and 10. RGB value is (221,177,16). Sum of RGB (Red+Green+Blue) = 221+177+16=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 16 (6.64% from 255 or 3.86% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB110 is #224EEF. Grayscale: #ACACAC. Windows color (decimal): -2248432 or 1094109. OLE color: 1094109.

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

Color convert

RGB 221 177 16 -
CMYK 0 0.20 0.93 0.13
HSL 47.12º 0.86% 0.46% -
HSV(B) 47.12º 0.93% 0.87% -
XYZ 45.63 46.85 7.13 -
YUV 171.8 40.08 163.09 -
System Red Green Blue C M Y K H S L
Decimal 221 177 16 0 0.20 0.93 0.13 47.12 0.86 0.46
Hex DD B1 10 0 14 5D D 2F 56 2E
Octal 335 261 20 0 24 135 15 57 126 56
Binary 11011101 10110001 10000 0 10100 1011101 1101 101111 1010110 101110

Color Harmonies of #DDB110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB110

Black with #DDB110

Text Example


Text Example

White with #DDB110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB110; }

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

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

background-color css

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

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

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

border-color css

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

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

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