Html Css Color HEX #DDCD17 Sunflower

📋 copy color: '#DDCD17'

red 221 ◦ green 205 ◦ blue 23

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

Shades of Sunflower #DDCD17

Tints of Sunflower #DDCD17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.12%

R = 49.22%
G = 45.66%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDCD17 (or 0xDDCD17) is known color: Sunflower. HEX triplet: DD, CD and 17. RGB value is (221,205,23). Sum of RGB (Red+Green+Blue) = 221+205+23=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 23 (9.38% from 255 or 5.12% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCD17 is #2232E8. Grayscale: #BDBDBD. Windows color (decimal): -2241257 or 1560029. OLE color: 1560029.

HSL color Cylindrical-coordinate representation of color #DDCD17: hue angle of 55.15º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDCD17 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 205 23 -
CMYK 0 0.07 0.90 0.13
HSL 55.15º 0.81% 0.48% -
HSV(B) 55.15º 0.9% 0.87% -
XYZ 51.8 59.1 9.49 -
YUV 189.04 34.3 150.8 -
System Red Green Blue C M Y K H S L
Decimal 221 205 23 0 0.07 0.90 0.13 55.15 0.81 0.48
Hex DD CD 17 0 7 5A D 37 51 30
Octal 335 315 27 0 7 132 15 67 121 60
Binary 11011101 11001101 10111 0 111 1011010 1101 110111 1010001 110000

Color Harmonies of #DDCD17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD17

Black with #DDCD17

Text Example


Text Example

White with #DDCD17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD17; }

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

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

background-color css

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

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

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

border-color css

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

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

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