Html Css Color HEX #DDB211 Sunflower

📋 copy color: '#DDB211'

red 221 ◦ green 178 ◦ blue 17

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

Shades of Sunflower #DDB211

Tints of Sunflower #DDB211

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.79%

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

R = 53.13%
G = 42.79%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DDB211 (or 0xDDB211) is known color: Sunflower. HEX triplet: DD, B2 and 11. RGB value is (221,178,17). Sum of RGB (Red+Green+Blue) = 221+178+17=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 17 (7.03% from 255 or 4.09% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB211 is #224DEE. Grayscale: #ADADAD. Windows color (decimal): -2248175 or 1159901. OLE color: 1159901.

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

Color convert

RGB 221 178 17 -
CMYK 0 0.19 0.92 0.13
HSL 47.35º 0.86% 0.47% -
HSV(B) 47.35º 0.92% 0.87% -
XYZ 45.84 47.25 7.24 -
YUV 172.5 40.25 162.59 -
System Red Green Blue C M Y K H S L
Decimal 221 178 17 0 0.19 0.92 0.13 47.35 0.86 0.47
Hex DD B2 11 0 13 5C D 2F 56 2F
Octal 335 262 21 0 23 134 15 57 126 57
Binary 11011101 10110010 10001 0 10011 1011100 1101 101111 1010110 101111

Color Harmonies of #DDB211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB211

Black with #DDB211

Text Example


Text Example

White with #DDB211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB211; }

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

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

background-color css

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

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

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

border-color css

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

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

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