Html Css Color HEX #DDC41E Sunflower

📋 copy color: '#DDC41E'

red 221 ◦ green 196 ◦ blue 30

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

Shades of Sunflower #DDC41E

Tints of Sunflower #DDC41E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.71%

R = 49.44%
G = 43.85%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDC41E (or 0xDDC41E) is known color: Sunflower. HEX triplet: DD, C4 and 1E. RGB value is (221,196,30). Sum of RGB (Red+Green+Blue) = 221+196+30=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 196 (76.95% from 255 or 43.85% from 447); Blue value is 30 (12.11% from 255 or 6.71% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC41E is #223BE1. Grayscale: #B9B9B9. Windows color (decimal): -2243554 or 2016477. OLE color: 2016477.

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

Color convert

RGB 221 196 30 -
CMYK 0 0.11 0.86 0.13
HSL 52.15º 0.76% 0.49% -
HSV(B) 52.15º 0.86% 0.87% -
XYZ 49.79 54.95 9.21 -
YUV 184.55 40.78 154 -
System Red Green Blue C M Y K H S L
Decimal 221 196 30 0 0.11 0.86 0.13 52.15 0.76 0.49
Hex DD C4 1E 0 B 56 D 34 4C 31
Octal 335 304 36 0 13 126 15 64 114 61
Binary 11011101 11000100 11110 0 1011 1010110 1101 110100 1001100 110001

Color Harmonies of #DDC41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC41E

Black with #DDC41E

Text Example


Text Example

White with #DDC41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC41E; }

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

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

background-color css

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

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

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

border-color css

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

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

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