Html Css Color HEX #DDC014 Sunflower

📋 copy color: '#DDC014'

red 221 ◦ green 192 ◦ blue 20

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

Shades of Sunflower #DDC014

Tints of Sunflower #DDC014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.62%

R = 51.04%
G = 44.34%
B = 4.62%

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

#DDC014 (or 0xDDC014) is known color: Sunflower. HEX triplet: DD, C0 and 14. RGB value is (221,192,20). Sum of RGB (Red+Green+Blue) = 221+192+20=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 20 (8.20% from 255 or 4.62% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC014 is #223FEB. Grayscale: #B5B5B5. Windows color (decimal): -2244588 or 1360093. OLE color: 1360093.

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

Color convert

RGB 221 192 20 -
CMYK 0 0.13 0.91 0.13
HSL 51.34º 0.83% 0.47% -
HSV(B) 51.34º 0.91% 0.87% -
XYZ 48.79 53.12 8.34 -
YUV 181.06 37.11 156.49 -
System Red Green Blue C M Y K H S L
Decimal 221 192 20 0 0.13 0.91 0.13 51.34 0.83 0.47
Hex DD C0 14 0 D 5B D 33 53 2F
Octal 335 300 24 0 15 133 15 63 123 57
Binary 11011101 11000000 10100 0 1101 1011011 1101 110011 1010011 101111

Color Harmonies of #DDC014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC014

Black with #DDC014

Text Example


Text Example

White with #DDC014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC014; }

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

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

background-color css

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

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

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

border-color css

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

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

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