Html Css Color HEX #DDC20F Sunflower

📋 copy color: '#DDC20F'

red 221 ◦ green 194 ◦ blue 15

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

Shades of Sunflower #DDC20F

Tints of Sunflower #DDC20F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.12%

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

R = 51.4%
G = 45.12%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DDC20F (or 0xDDC20F) is known color: Sunflower. HEX triplet: DD, C2 and 0F. RGB value is (221,194,15). Sum of RGB (Red+Green+Blue) = 221+194+15=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 15 (6.25% from 255 or 3.49% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC20F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC20F is #223DF0. Grayscale: #B6B6B6. Windows color (decimal): -2244081 or 1032925. OLE color: 1032925.

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

Color convert

RGB 221 194 15 -
CMYK 0 0.12 0.93 0.13
HSL 52.14º 0.87% 0.46% -
HSV(B) 52.14º 0.93% 0.87% -
XYZ 49.2 53.99 8.28 -
YUV 181.67 33.95 156.05 -
System Red Green Blue C M Y K H S L
Decimal 221 194 15 0 0.12 0.93 0.13 52.14 0.87 0.46
Hex DD C2 F 0 C 5D D 34 57 2E
Octal 335 302 17 0 14 135 15 64 127 56
Binary 11011101 11000010 1111 0 1100 1011101 1101 110100 1010111 101110

Color Harmonies of #DDC20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC20F

Black with #DDC20F

Text Example


Text Example

White with #DDC20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC20F; }

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

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

background-color css

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

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

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

border-color css

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

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

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