Html Css Color HEX #DDB905 Sunflower

📋 copy color: '#DDB905'

red 221 ◦ green 185 ◦ blue 5

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

Shades of Sunflower #DDB905

Tints of Sunflower #DDB905

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.01%

 BLUE value IS 5 (2.34% from 255) = 1.22%

R = 53.77%
G = 45.01%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DDB905 (or 0xDDB905) is known color: Sunflower. HEX triplet: DD, B9 and 05. RGB value is (221,185,5). Sum of RGB (Red+Green+Blue) = 221+185+5=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 185 (72.66% from 255 or 45.01% from 411); Blue value is 5 (2.34% from 255 or 1.22% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB905 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB905 is #2246FA. Grayscale: #B0B0B0. Windows color (decimal): -2246395 or 375261. OLE color: 375261.

HSL color Cylindrical-coordinate representation of color #DDB905: hue angle of 50º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DDB905 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 185 5 -
CMYK 0 0.16 0.98 0.13
HSL 50º 0.96% 0.44% -
HSV(B) 50º 0.98% 0.87% -
XYZ 47.2 50.08 7.32 -
YUV 175.24 31.93 160.64 -
System Red Green Blue C M Y K H S L
Decimal 221 185 5 0 0.16 0.98 0.13 50 0.96 0.44
Hex DD B9 5 0 10 62 D 32 60 2C
Octal 335 271 5 0 20 142 15 62 140 54
Binary 11011101 10111001 101 0 10000 1100010 1101 110010 1100000 101100

Color Harmonies of #DDB905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB905

Black with #DDB905

Text Example


Text Example

White with #DDB905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB905; }

 p { color: rgb(221,185,5); }

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

background-color css

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

 a { background-color: rgb(221,185,5); }

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

border-color css

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

 span { border-color: rgb(221,185,5); }

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