Html Css Color HEX #DDB20F Sunflower

📋 copy color: '#DDB20F'

red 221 ◦ green 178 ◦ blue 15

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

Shades of Sunflower #DDB20F

Tints of Sunflower #DDB20F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43%

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

R = 53.38%
G = 43%
B = 3.62%

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

#DDB20F (or 0xDDB20F) is known color: Sunflower. HEX triplet: DD, B2 and 0F. RGB value is (221,178,15). Sum of RGB (Red+Green+Blue) = 221+178+15=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 178 (69.92% from 255 or 43.00% from 414); Blue value is 15 (6.25% from 255 or 3.62% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB20F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB20F is #224DF0. Grayscale: #ACACAC. Windows color (decimal): -2248177 or 1028829. OLE color: 1028829.

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

Color convert

RGB 221 178 15 -
CMYK 0 0.19 0.93 0.13
HSL 47.48º 0.87% 0.46% -
HSV(B) 47.48º 0.93% 0.87% -
XYZ 45.83 47.25 7.16 -
YUV 172.28 39.25 162.75 -
System Red Green Blue C M Y K H S L
Decimal 221 178 15 0 0.19 0.93 0.13 47.48 0.87 0.46
Hex DD B2 F 0 13 5D D 2F 57 2E
Octal 335 262 17 0 23 135 15 57 127 56
Binary 11011101 10110010 1111 0 10011 1011101 1101 101111 1010111 101110

Color Harmonies of #DDB20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB20F

Black with #DDB20F

Text Example


Text Example

White with #DDB20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB20F; }

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

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

background-color css

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

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

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

border-color css

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

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

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