Html Css Color HEX #DDB50B Sunflower

📋 copy color: '#DDB50B'

red 221 ◦ green 181 ◦ blue 11

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

Shades of Sunflower #DDB50B

Tints of Sunflower #DDB50B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.66%

R = 53.51%
G = 43.83%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDB50B (or 0xDDB50B) is known color: Sunflower. HEX triplet: DD, B5 and 0B. RGB value is (221,181,11). Sum of RGB (Red+Green+Blue) = 221+181+11=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 181 (71.09% from 255 or 43.83% from 413); Blue value is 11 (4.69% from 255 or 2.66% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB50B is #224AF4. Grayscale: #AEAEAE. Windows color (decimal): -2247413 or 767453. OLE color: 767453.

HSL color Cylindrical-coordinate representation of color #DDB50B: hue angle of 48.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDB50B is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 181 11 -
CMYK 0 0.18 0.95 0.13
HSL 48.57º 0.91% 0.45% -
HSV(B) 48.57º 0.95% 0.87% -
XYZ 46.4 48.44 7.22 -
YUV 173.58 36.25 161.82 -
System Red Green Blue C M Y K H S L
Decimal 221 181 11 0 0.18 0.95 0.13 48.57 0.91 0.45
Hex DD B5 B 0 12 5F D 31 5B 2D
Octal 335 265 13 0 22 137 15 61 133 55
Binary 11011101 10110101 1011 0 10010 1011111 1101 110001 1011011 101101

Color Harmonies of #DDB50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB50B

Black with #DDB50B

Text Example


Text Example

White with #DDB50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB50B; }

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

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

background-color css

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

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

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

border-color css

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

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

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