Html Css Color HEX #DDB40F Sunflower

📋 copy color: '#DDB40F'

red 221 ◦ green 180 ◦ blue 15

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

Shades of Sunflower #DDB40F

Tints of Sunflower #DDB40F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.27%

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

R = 53.13%
G = 43.27%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DDB40F (or 0xDDB40F) is known color: Sunflower. HEX triplet: DD, B4 and 0F. RGB value is (221,180,15). Sum of RGB (Red+Green+Blue) = 221+180+15=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 15 (6.25% from 255 or 3.61% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB40F is #224BF0. Grayscale: #AEAEAE. Windows color (decimal): -2247665 or 1029341. OLE color: 1029341.

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

Color convert

RGB 221 180 15 -
CMYK 0 0.19 0.93 0.13
HSL 48.06º 0.87% 0.46% -
HSV(B) 48.06º 0.93% 0.87% -
XYZ 46.23 48.05 7.29 -
YUV 173.45 38.58 161.92 -
System Red Green Blue C M Y K H S L
Decimal 221 180 15 0 0.19 0.93 0.13 48.06 0.87 0.46
Hex DD B4 F 0 13 5D D 30 57 2E
Octal 335 264 17 0 23 135 15 60 127 56
Binary 11011101 10110100 1111 0 10011 1011101 1101 110000 1010111 101110

Color Harmonies of #DDB40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB40F

Black with #DDB40F

Text Example


Text Example

White with #DDB40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB40F; }

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

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

background-color css

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

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

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

border-color css

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

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

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