Html Css Color HEX #DDCE13 Sunflower

📋 copy color: '#DDCE13'

red 221 ◦ green 206 ◦ blue 19

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

Shades of Sunflower #DDCE13

Tints of Sunflower #DDCE13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.26%

R = 49.55%
G = 46.19%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DDCE13 (or 0xDDCE13) is known color: Sunflower. HEX triplet: DD, CE and 13. RGB value is (221,206,19). Sum of RGB (Red+Green+Blue) = 221+206+19=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 206 (80.86% from 255 or 46.19% from 446); Blue value is 19 (7.81% from 255 or 4.26% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCE13 is #2231EC. Grayscale: #BDBDBD. Windows color (decimal): -2241005 or 1298141. OLE color: 1298141.

HSL color Cylindrical-coordinate representation of color #DDCE13: hue angle of 55.54º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDCE13 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 206 19 -
CMYK 0 0.07 0.91 0.13
HSL 55.54º 0.84% 0.47% -
HSV(B) 55.54º 0.91% 0.87% -
XYZ 52.01 59.56 9.37 -
YUV 189.17 31.97 150.71 -
System Red Green Blue C M Y K H S L
Decimal 221 206 19 0 0.07 0.91 0.13 55.54 0.84 0.47
Hex DD CE 13 0 7 5B D 38 54 2F
Octal 335 316 23 0 7 133 15 70 124 57
Binary 11011101 11001110 10011 0 111 1011011 1101 111000 1010100 101111

Color Harmonies of #DDCE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCE13

Black with #DDCE13

Text Example


Text Example

White with #DDCE13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCE13; }

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

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

background-color css

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

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

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

border-color css

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

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

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