Html Css Color HEX #DDCD0E Sunflower

📋 copy color: '#DDCD0E'

red 221 ◦ green 205 ◦ blue 14

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

Shades of Sunflower #DDCD0E

Tints of Sunflower #DDCD0E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.59%

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

R = 50.23%
G = 46.59%
B = 3.18%

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

#DDCD0E (or 0xDDCD0E) is known color: Sunflower. HEX triplet: DD, CD and 0E. RGB value is (221,205,14). Sum of RGB (Red+Green+Blue) = 221+205+14=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 205 (80.47% from 255 or 46.59% from 440); Blue value is 14 (5.86% from 255 or 3.18% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCD0E is #2232F1. Grayscale: #BCBCBC. Windows color (decimal): -2241266 or 970205. OLE color: 970205.

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

Color convert

RGB 221 205 14 -
CMYK 0 0.07 0.94 0.13
HSL 55.36º 0.88% 0.46% -
HSV(B) 55.36º 0.94% 0.87% -
XYZ 51.73 59.07 9.09 -
YUV 188.01 29.8 151.53 -
System Red Green Blue C M Y K H S L
Decimal 221 205 14 0 0.07 0.94 0.13 55.36 0.88 0.46
Hex DD CD E 0 7 5E D 37 58 2E
Octal 335 315 16 0 7 136 15 67 130 56
Binary 11011101 11001101 1110 0 111 1011110 1101 110111 1011000 101110

Color Harmonies of #DDCD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD0E

Black with #DDCD0E

Text Example


Text Example

White with #DDCD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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