Html Css Color HEX #DDC913 Sunflower

📋 copy color: '#DDC913'

red 221 ◦ green 201 ◦ blue 19

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

Shades of Sunflower #DDC913

Tints of Sunflower #DDC913

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.58%

 BLUE value IS 19 (7.81% from 255) = 4.31%

R = 50.11%
G = 45.58%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DDC913 (or 0xDDC913) is known color: Sunflower. HEX triplet: DD, C9 and 13. RGB value is (221,201,19). Sum of RGB (Red+Green+Blue) = 221+201+19=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 201 (78.91% from 255 or 45.58% from 441); Blue value is 19 (7.81% from 255 or 4.31% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC913 is #2236EC. Grayscale: #BABABA. Windows color (decimal): -2242285 or 1296861. OLE color: 1296861.

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

Color convert

RGB 221 201 19 -
CMYK 0 0.09 0.91 0.13
HSL 54.06º 0.84% 0.47% -
HSV(B) 54.06º 0.91% 0.87% -
XYZ 50.82 57.19 8.98 -
YUV 186.23 33.63 152.8 -
System Red Green Blue C M Y K H S L
Decimal 221 201 19 0 0.09 0.91 0.13 54.06 0.84 0.47
Hex DD C9 13 0 9 5B D 36 54 2F
Octal 335 311 23 0 11 133 15 66 124 57
Binary 11011101 11001001 10011 0 1001 1011011 1101 110110 1010100 101111

Color Harmonies of #DDC913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC913

Black with #DDC913

Text Example


Text Example

White with #DDC913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC913; }

 p { color: rgb(221,201,19); }

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

background-color css

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

 a { background-color: rgb(221,201,19); }

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

border-color css

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

 span { border-color: rgb(221,201,19); }

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