Html Css Color HEX #DDC514 Sunflower

📋 copy color: '#DDC514'

red 221 ◦ green 197 ◦ blue 20

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

Shades of Sunflower #DDC514

Tints of Sunflower #DDC514

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.98%

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

R = 50.46%
G = 44.98%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DDC514 (or 0xDDC514) is known color: Sunflower. HEX triplet: DD, C5 and 14. RGB value is (221,197,20). Sum of RGB (Red+Green+Blue) = 221+197+20=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 197 (77.34% from 255 or 44.98% from 438); Blue value is 20 (8.20% from 255 or 4.57% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC514 is #223AEB. Grayscale: #B8B8B8. Windows color (decimal): -2243308 or 1361373. OLE color: 1361373.

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

Color convert

RGB 221 197 20 -
CMYK 0 0.11 0.91 0.13
HSL 52.84º 0.83% 0.47% -
HSV(B) 52.84º 0.91% 0.87% -
XYZ 49.91 55.36 8.72 -
YUV 184 35.45 154.39 -
System Red Green Blue C M Y K H S L
Decimal 221 197 20 0 0.11 0.91 0.13 52.84 0.83 0.47
Hex DD C5 14 0 B 5B D 35 53 2F
Octal 335 305 24 0 13 133 15 65 123 57
Binary 11011101 11000101 10100 0 1011 1011011 1101 110101 1010011 101111

Color Harmonies of #DDC514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC514

Black with #DDC514

Text Example


Text Example

White with #DDC514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC514; }

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

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

background-color css

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

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

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

border-color css

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

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

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