Html Css Color HEX #DDC715 Sunflower

📋 copy color: '#DDC715'

red 221 ◦ green 199 ◦ blue 21

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

Shades of Sunflower #DDC715

Tints of Sunflower #DDC715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.76%

R = 50.11%
G = 45.12%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDC715 (or 0xDDC715) is known color: Sunflower. HEX triplet: DD, C7 and 15. RGB value is (221,199,21). Sum of RGB (Red+Green+Blue) = 221+199+21=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 199 (78.12% from 255 or 45.12% from 441); Blue value is 21 (8.59% from 255 or 4.76% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC715 is #2238EA. Grayscale: #BABABA. Windows color (decimal): -2242795 or 1427421. OLE color: 1427421.

HSL color Cylindrical-coordinate representation of color #DDC715: hue angle of 53.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDC715 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 199 21 -
CMYK 0 0.10 0.90 0.13
HSL 53.4º 0.83% 0.47% -
HSV(B) 53.4º 0.9% 0.87% -
XYZ 50.38 56.27 8.92 -
YUV 185.29 35.29 153.47 -
System Red Green Blue C M Y K H S L
Decimal 221 199 21 0 0.10 0.90 0.13 53.4 0.83 0.47
Hex DD C7 15 0 A 5A D 35 53 2F
Octal 335 307 25 0 12 132 15 65 123 57
Binary 11011101 11000111 10101 0 1010 1011010 1101 110101 1010011 101111

Color Harmonies of #DDC715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC715

Black with #DDC715

Text Example


Text Example

White with #DDC715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC715; }

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

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

background-color css

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

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

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

border-color css

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

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

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