Html Css Color HEX #DDC815 Sunflower

📋 copy color: '#DDC815'

red 221 ◦ green 200 ◦ blue 21

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

Shades of Sunflower #DDC815

Tints of Sunflower #DDC815

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.25%

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

R = 50%
G = 45.25%
B = 4.75%

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

#DDC815 (or 0xDDC815) is known color: Sunflower. HEX triplet: DD, C8 and 15. RGB value is (221,200,21). Sum of RGB (Red+Green+Blue) = 221+200+21=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 200 (78.52% from 255 or 45.25% from 442); Blue value is 21 (8.59% from 255 or 4.75% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC815 is #2237EA. Grayscale: #BABABA. Windows color (decimal): -2242539 or 1427677. OLE color: 1427677.

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

Color convert

RGB 221 200 21 -
CMYK 0 0.10 0.90 0.13
HSL 53.7º 0.83% 0.47% -
HSV(B) 53.7º 0.9% 0.87% -
XYZ 50.61 56.73 8.99 -
YUV 185.87 34.96 153.05 -
System Red Green Blue C M Y K H S L
Decimal 221 200 21 0 0.10 0.90 0.13 53.7 0.83 0.47
Hex DD C8 15 0 A 5A D 36 53 2F
Octal 335 310 25 0 12 132 15 66 123 57
Binary 11011101 11001000 10101 0 1010 1011010 1101 110110 1010011 101111

Color Harmonies of #DDC815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC815

Black with #DDC815

Text Example


Text Example

White with #DDC815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC815; }

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

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

background-color css

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

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

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

border-color css

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

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

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