Html Css Color HEX #DDB811 Sunflower

📋 copy color: '#DDB811'

red 221 ◦ green 184 ◦ blue 17

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

Shades of Sunflower #DDB811

Tints of Sunflower #DDB811

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.6%

 BLUE value IS 17 (7.03% from 255) = 4.03%

R = 52.37%
G = 43.6%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DDB811 (or 0xDDB811) is known color: Sunflower. HEX triplet: DD, B8 and 11. RGB value is (221,184,17). Sum of RGB (Red+Green+Blue) = 221+184+17=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 184 (72.27% from 255 or 43.60% from 422); Blue value is 17 (7.03% from 255 or 4.03% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB811 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB811 is #2247EE. Grayscale: #B0B0B0. Windows color (decimal): -2246639 or 1161437. OLE color: 1161437.

HSL color Cylindrical-coordinate representation of color #DDB811: hue angle of 49.12º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDB811 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 184 17 -
CMYK 0 0.17 0.92 0.13
HSL 49.12º 0.86% 0.47% -
HSV(B) 49.12º 0.92% 0.87% -
XYZ 47.06 49.69 7.64 -
YUV 176.03 38.26 160.08 -
System Red Green Blue C M Y K H S L
Decimal 221 184 17 0 0.17 0.92 0.13 49.12 0.86 0.47
Hex DD B8 11 0 11 5C D 31 56 2F
Octal 335 270 21 0 21 134 15 61 126 57
Binary 11011101 10111000 10001 0 10001 1011100 1101 110001 1010110 101111

Color Harmonies of #DDB811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB811

Black with #DDB811

Text Example


Text Example

White with #DDB811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB811; }

 p { color: rgb(221,184,17); }

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

background-color css

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

 a { background-color: rgb(221,184,17); }

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

border-color css

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

 span { border-color: rgb(221,184,17); }

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