Html Css Color HEX #DDC614 Sunflower

📋 copy color: '#DDC614'

red 221 ◦ green 198 ◦ blue 20

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

Shades of Sunflower #DDC614

Tints of Sunflower #DDC614

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.1%

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

R = 50.34%
G = 45.1%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DDC614 (or 0xDDC614) is known color: Sunflower. HEX triplet: DD, C6 and 14. RGB value is (221,198,20). Sum of RGB (Red+Green+Blue) = 221+198+20=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 198 (77.73% from 255 or 45.10% from 439); Blue value is 20 (8.20% from 255 or 4.56% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC614 is #2239EB. Grayscale: #B9B9B9. Windows color (decimal): -2243052 or 1361629. OLE color: 1361629.

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

Color convert

RGB 221 198 20 -
CMYK 0 0.10 0.91 0.13
HSL 53.13º 0.83% 0.47% -
HSV(B) 53.13º 0.91% 0.87% -
XYZ 50.14 55.81 8.79 -
YUV 184.59 35.12 153.97 -
System Red Green Blue C M Y K H S L
Decimal 221 198 20 0 0.10 0.91 0.13 53.13 0.83 0.47
Hex DD C6 14 0 A 5B D 35 53 2F
Octal 335 306 24 0 12 133 15 65 123 57
Binary 11011101 11000110 10100 0 1010 1011011 1101 110101 1010011 101111

Color Harmonies of #DDC614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC614

Black with #DDC614

Text Example


Text Example

White with #DDC614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC614; }

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

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

background-color css

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

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

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

border-color css

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

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

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