Html Css Color HEX #DDC40D Sunflower

📋 copy color: '#DDC40D'

red 221 ◦ green 196 ◦ blue 13

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

Shades of Sunflower #DDC40D

Tints of Sunflower #DDC40D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.58%

 BLUE value IS 13 (5.47% from 255) = 3.02%

R = 51.4%
G = 45.58%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DDC40D (or 0xDDC40D) is known color: Sunflower. HEX triplet: DD, C4 and 0D. RGB value is (221,196,13). Sum of RGB (Red+Green+Blue) = 221+196+13=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 196 (76.95% from 255 or 45.58% from 430); Blue value is 13 (5.47% from 255 or 3.02% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC40D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC40D is #223BF2. Grayscale: #B7B7B7. Windows color (decimal): -2243571 or 902365. OLE color: 902365.

HSL color Cylindrical-coordinate representation of color #DDC40D: hue angle of 52.79º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DDC40D is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 196 13 -
CMYK 0 0.11 0.94 0.13
HSL 52.79º 0.89% 0.46% -
HSV(B) 52.79º 0.94% 0.87% -
XYZ 49.63 54.88 8.36 -
YUV 182.61 32.28 155.38 -
System Red Green Blue C M Y K H S L
Decimal 221 196 13 0 0.11 0.94 0.13 52.79 0.89 0.46
Hex DD C4 D 0 B 5E D 35 59 2E
Octal 335 304 15 0 13 136 15 65 131 56
Binary 11011101 11000100 1101 0 1011 1011110 1101 110101 1011001 101110

Color Harmonies of #DDC40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC40D

Black with #DDC40D

Text Example


Text Example

White with #DDC40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC40D; }

 p { color: rgb(221,196,13); }

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

background-color css

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

 a { background-color: rgb(221,196,13); }

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

border-color css

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

 span { border-color: rgb(221,196,13); }

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