Html Css Color HEX #DDC714 Sunflower

📋 copy color: '#DDC714'

red 221 ◦ green 199 ◦ blue 20

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

Shades of Sunflower #DDC714

Tints of Sunflower #DDC714

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.23%

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

R = 50.23%
G = 45.23%
B = 4.55%

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

#DDC714 (or 0xDDC714) is known color: Sunflower. HEX triplet: DD, C7 and 14. RGB value is (221,199,20). Sum of RGB (Red+Green+Blue) = 221+199+20=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 199 (78.12% from 255 or 45.23% from 440); Blue value is 20 (8.20% from 255 or 4.55% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC714 is #2238EB. Grayscale: #B9B9B9. Windows color (decimal): -2242796 or 1361885. OLE color: 1361885.

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

Color convert

RGB 221 199 20 -
CMYK 0 0.10 0.91 0.13
HSL 53.43º 0.83% 0.47% -
HSV(B) 53.43º 0.91% 0.87% -
XYZ 50.37 56.27 8.87 -
YUV 185.17 34.79 153.55 -
System Red Green Blue C M Y K H S L
Decimal 221 199 20 0 0.10 0.91 0.13 53.43 0.83 0.47
Hex DD C7 14 0 A 5B D 35 53 2F
Octal 335 307 24 0 12 133 15 65 123 57
Binary 11011101 11000111 10100 0 1010 1011011 1101 110101 1010011 101111

Color Harmonies of #DDC714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC714

Black with #DDC714

Text Example


Text Example

White with #DDC714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC714; }

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

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

background-color css

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

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

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

border-color css

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

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

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