Html Css Color HEX #DDC013 Sunflower

📋 copy color: '#DDC013'

red 221 ◦ green 192 ◦ blue 19

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

Shades of Sunflower #DDC013

Tints of Sunflower #DDC013

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.44%

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

R = 51.16%
G = 44.44%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DDC013 (or 0xDDC013) is known color: Sunflower. HEX triplet: DD, C0 and 13. RGB value is (221,192,19). Sum of RGB (Red+Green+Blue) = 221+192+19=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 19 (7.81% from 255 or 4.40% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC013 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC013 is #223FEC. Grayscale: #B5B5B5. Windows color (decimal): -2244589 or 1294557. OLE color: 1294557.

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

Color convert

RGB 221 192 19 -
CMYK 0 0.13 0.91 0.13
HSL 51.39º 0.84% 0.47% -
HSV(B) 51.39º 0.91% 0.87% -
XYZ 48.79 53.12 8.3 -
YUV 180.95 36.61 156.57 -
System Red Green Blue C M Y K H S L
Decimal 221 192 19 0 0.13 0.91 0.13 51.39 0.84 0.47
Hex DD C0 13 0 D 5B D 33 54 2F
Octal 335 300 23 0 15 133 15 63 124 57
Binary 11011101 11000000 10011 0 1101 1011011 1101 110011 1010100 101111

Color Harmonies of #DDC013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC013

Black with #DDC013

Text Example


Text Example

White with #DDC013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC013; }

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

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

background-color css

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

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

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

border-color css

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

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

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