Html Css Color HEX #DDB903 Sunflower

📋 copy color: '#DDB903'

red 221 ◦ green 185 ◦ blue 3

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

Shades of Sunflower #DDB903

Tints of Sunflower #DDB903

RGB

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

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

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

R = 54.03%
G = 45.23%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DDB903 (or 0xDDB903) is known color: Sunflower. HEX triplet: DD, B9 and 03. RGB value is (221,185,3). Sum of RGB (Red+Green+Blue) = 221+185+3=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 3 (1.56% from 255 or 0.73% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB903 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB903 is #2246FC. Grayscale: #AFAFAF. Windows color (decimal): -2246397 or 244189. OLE color: 244189.

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

Color convert

RGB 221 185 3 -
CMYK 0 0.16 0.99 0.13
HSL 50.09º 0.97% 0.44% -
HSV(B) 50.09º 0.99% 0.87% -
XYZ 47.18 50.08 7.27 -
YUV 175.02 30.93 160.8 -
System Red Green Blue C M Y K H S L
Decimal 221 185 3 0 0.16 0.99 0.13 50.09 0.97 0.44
Hex DD B9 3 0 10 63 D 32 61 2C
Octal 335 271 3 0 20 143 15 62 141 54
Binary 11011101 10111001 11 0 10000 1100011 1101 110010 1100001 101100

Color Harmonies of #DDB903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB903

Black with #DDB903

Text Example


Text Example

White with #DDB903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB903; }

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

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

background-color css

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

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

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

border-color css

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

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

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