Html Css Color HEX #DDB90F Sunflower

📋 copy color: '#DDB90F'

red 221 ◦ green 185 ◦ blue 15

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

Shades of Sunflower #DDB90F

Tints of Sunflower #DDB90F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.56%

R = 52.49%
G = 43.94%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DDB90F (or 0xDDB90F) is known color: Sunflower. HEX triplet: DD, B9 and 0F. RGB value is (221,185,15). Sum of RGB (Red+Green+Blue) = 221+185+15=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 185 (72.66% from 255 or 43.94% from 421); Blue value is 15 (6.25% from 255 or 3.56% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB90F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB90F is #2246F0. Grayscale: #B1B1B1. Windows color (decimal): -2246385 or 1030621. OLE color: 1030621.

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

Color convert

RGB 221 185 15 -
CMYK 0 0.16 0.93 0.13
HSL 49.51º 0.87% 0.46% -
HSV(B) 49.51º 0.93% 0.87% -
XYZ 47.25 50.1 7.63 -
YUV 176.38 36.93 159.82 -
System Red Green Blue C M Y K H S L
Decimal 221 185 15 0 0.16 0.93 0.13 49.51 0.87 0.46
Hex DD B9 F 0 10 5D D 32 57 2E
Octal 335 271 17 0 20 135 15 62 127 56
Binary 11011101 10111001 1111 0 10000 1011101 1101 110010 1010111 101110

Color Harmonies of #DDB90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB90F

Black with #DDB90F

Text Example


Text Example

White with #DDB90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB90F; }

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

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

background-color css

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

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

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

border-color css

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

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

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