Html Css Color HEX #DDB80B Sunflower

📋 copy color: '#DDB80B'

red 221 ◦ green 184 ◦ blue 11

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

Shades of Sunflower #DDB80B

Tints of Sunflower #DDB80B

RGB

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

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

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

R = 53.13%
G = 44.23%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDB80B (or 0xDDB80B) is known color: Sunflower. HEX triplet: DD, B8 and 0B. RGB value is (221,184,11). Sum of RGB (Red+Green+Blue) = 221+184+11=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 184 (72.27% from 255 or 44.23% from 416); Blue value is 11 (4.69% from 255 or 2.64% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB80B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB80B is #2247F4. Grayscale: #B0B0B0. Windows color (decimal): -2246645 or 768221. OLE color: 768221.

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

Color convert

RGB 221 184 11 -
CMYK 0 0.17 0.95 0.13
HSL 49.43º 0.91% 0.45% -
HSV(B) 49.43º 0.95% 0.87% -
XYZ 47.02 49.68 7.43 -
YUV 175.34 35.26 160.57 -
System Red Green Blue C M Y K H S L
Decimal 221 184 11 0 0.17 0.95 0.13 49.43 0.91 0.45
Hex DD B8 B 0 11 5F D 31 5B 2D
Octal 335 270 13 0 21 137 15 61 133 55
Binary 11011101 10111000 1011 0 10001 1011111 1101 110001 1011011 101101

Color Harmonies of #DDB80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB80B

Black with #DDB80B

Text Example


Text Example

White with #DDB80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB80B; }

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

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

background-color css

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

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

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

border-color css

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

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

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