Html Css Color HEX #DDCE17 Sunflower

📋 copy color: '#DDCE17'

red 221 ◦ green 206 ◦ blue 23

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

Shades of Sunflower #DDCE17

Tints of Sunflower #DDCE17

RGB

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

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

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

R = 49.11%
G = 45.78%
B = 5.11%

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

#DDCE17 (or 0xDDCE17) is known color: Sunflower. HEX triplet: DD, CE and 17. RGB value is (221,206,23). Sum of RGB (Red+Green+Blue) = 221+206+23=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 23 (9.38% from 255 or 5.11% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCE17 is #2231E8. Grayscale: #BEBEBE. Windows color (decimal): -2241001 or 1560285. OLE color: 1560285.

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

Color convert

RGB 221 206 23 -
CMYK 0 0.07 0.90 0.13
HSL 55.45º 0.81% 0.48% -
HSV(B) 55.45º 0.9% 0.87% -
XYZ 52.04 59.58 9.57 -
YUV 189.62 33.97 150.38 -
System Red Green Blue C M Y K H S L
Decimal 221 206 23 0 0.07 0.90 0.13 55.45 0.81 0.48
Hex DD CE 17 0 7 5A D 37 51 30
Octal 335 316 27 0 7 132 15 67 121 60
Binary 11011101 11001110 10111 0 111 1011010 1101 110111 1010001 110000

Color Harmonies of #DDCE17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCE17

Black with #DDCE17

Text Example


Text Example

White with #DDCE17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCE17; }

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

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

background-color css

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

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

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

border-color css

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

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

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