Html Css Color HEX #DDC00E Sunflower

📋 copy color: '#DDC00E'

red 221 ◦ green 192 ◦ blue 14

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

Shades of Sunflower #DDC00E

Tints of Sunflower #DDC00E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.96%

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

R = 51.76%
G = 44.96%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DDC00E (or 0xDDC00E) is known color: Sunflower. HEX triplet: DD, C0 and 0E. RGB value is (221,192,14). Sum of RGB (Red+Green+Blue) = 221+192+14=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 14 (5.86% from 255 or 3.28% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC00E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC00E is #223FF1. Grayscale: #B5B5B5. Windows color (decimal): -2244594 or 966877. OLE color: 966877.

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

Color convert

RGB 221 192 14 -
CMYK 0 0.13 0.94 0.13
HSL 51.59º 0.88% 0.46% -
HSV(B) 51.59º 0.94% 0.87% -
XYZ 48.75 53.1 8.1 -
YUV 180.38 34.11 156.97 -
System Red Green Blue C M Y K H S L
Decimal 221 192 14 0 0.13 0.94 0.13 51.59 0.88 0.46
Hex DD C0 E 0 D 5E D 34 58 2E
Octal 335 300 16 0 15 136 15 64 130 56
Binary 11011101 11000000 1110 0 1101 1011110 1101 110100 1011000 101110

Color Harmonies of #DDC00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC00E

Black with #DDC00E

Text Example


Text Example

White with #DDC00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC00E; }

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

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

background-color css

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

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

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

border-color css

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

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

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