Html Css Color HEX #DDB503 Sunflower

📋 copy color: '#DDB503'

red 221 ◦ green 181 ◦ blue 3

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

Shades of Sunflower #DDB503

Tints of Sunflower #DDB503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.74%

R = 54.57%
G = 44.69%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DDB503 (or 0xDDB503) is known color: Sunflower. HEX triplet: DD, B5 and 03. RGB value is (221,181,3). Sum of RGB (Red+Green+Blue) = 221+181+3=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 181 (71.09% from 255 or 44.69% from 405); Blue value is 3 (1.56% from 255 or 0.74% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB503 is #224AFC. Grayscale: #ADADAD. Windows color (decimal): -2247421 or 243165. OLE color: 243165.

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

Color convert

RGB 221 181 3 -
CMYK 0 0.18 0.99 0.13
HSL 48.99º 0.97% 0.44% -
HSV(B) 48.99º 0.99% 0.87% -
XYZ 46.36 48.43 6.99 -
YUV 172.67 32.25 162.47 -
System Red Green Blue C M Y K H S L
Decimal 221 181 3 0 0.18 0.99 0.13 48.99 0.97 0.44
Hex DD B5 3 0 12 63 D 31 61 2C
Octal 335 265 3 0 22 143 15 61 141 54
Binary 11011101 10110101 11 0 10010 1100011 1101 110001 1100001 101100

Color Harmonies of #DDB503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB503

Black with #DDB503

Text Example


Text Example

White with #DDB503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB503; }

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

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

background-color css

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

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

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

border-color css

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

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

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