Html Css Color HEX #DDCE0E Sunflower

📋 copy color: '#DDCE0E'

red 221 ◦ green 206 ◦ blue 14

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

Shades of Sunflower #DDCE0E

Tints of Sunflower #DDCE0E

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.71%

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

R = 50.11%
G = 46.71%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DDCE0E (or 0xDDCE0E) is known color: Sunflower. HEX triplet: DD, CE and 0E. RGB value is (221,206,14). Sum of RGB (Red+Green+Blue) = 221+206+14=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 14 (5.86% from 255 or 3.17% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCE0E is #2231F1. Grayscale: #BDBDBD. Windows color (decimal): -2241010 or 970461. OLE color: 970461.

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

Color convert

RGB 221 206 14 -
CMYK 0 0.07 0.94 0.13
HSL 55.65º 0.88% 0.46% -
HSV(B) 55.65º 0.94% 0.87% -
XYZ 51.97 59.55 9.17 -
YUV 188.6 29.47 151.11 -
System Red Green Blue C M Y K H S L
Decimal 221 206 14 0 0.07 0.94 0.13 55.65 0.88 0.46
Hex DD CE E 0 7 5E D 38 58 2E
Octal 335 316 16 0 7 136 15 70 130 56
Binary 11011101 11001110 1110 0 111 1011110 1101 111000 1011000 101110

Color Harmonies of #DDCE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCE0E

Black with #DDCE0E

Text Example


Text Example

White with #DDCE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCE0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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