Html Css Color HEX #DDC80E Sunflower

📋 copy color: '#DDC80E'

red 221 ◦ green 200 ◦ blue 14

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

Shades of Sunflower #DDC80E

Tints of Sunflower #DDC80E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.98%

 BLUE value IS 14 (5.86% from 255) = 3.22%

R = 50.8%
G = 45.98%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DDC80E (or 0xDDC80E) is known color: Sunflower. HEX triplet: DD, C8 and 0E. RGB value is (221,200,14). Sum of RGB (Red+Green+Blue) = 221+200+14=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 200 (78.52% from 255 or 45.98% from 435); Blue value is 14 (5.86% from 255 or 3.22% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC80E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC80E is #2237F1. Grayscale: #B9B9B9. Windows color (decimal): -2242546 or 968925. OLE color: 968925.

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

Color convert

RGB 221 200 14 -
CMYK 0 0.10 0.94 0.13
HSL 53.91º 0.88% 0.46% -
HSV(B) 53.91º 0.94% 0.87% -
XYZ 50.55 56.71 8.7 -
YUV 185.08 31.46 153.62 -
System Red Green Blue C M Y K H S L
Decimal 221 200 14 0 0.10 0.94 0.13 53.91 0.88 0.46
Hex DD C8 E 0 A 5E D 36 58 2E
Octal 335 310 16 0 12 136 15 66 130 56
Binary 11011101 11001000 1110 0 1010 1011110 1101 110110 1011000 101110

Color Harmonies of #DDC80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC80E

Black with #DDC80E

Text Example


Text Example

White with #DDC80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC80E; }

 p { color: rgb(221,200,14); }

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

background-color css

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

 a { background-color: rgb(221,200,14); }

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

border-color css

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

 span { border-color: rgb(221,200,14); }

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