Html Css Color HEX #DDC428 Sunflower

📋 copy color: '#DDC428'

red 221 ◦ green 196 ◦ blue 40

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

Shades of Sunflower #DDC428

Tints of Sunflower #DDC428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.75%

R = 48.36%
G = 42.89%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DDC428 (or 0xDDC428) is known color: Sunflower. HEX triplet: DD, C4 and 28. RGB value is (221,196,40). Sum of RGB (Red+Green+Blue) = 221+196+40=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 196 (76.95% from 255 or 42.89% from 457); Blue value is 40 (16.02% from 255 or 8.75% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC428 is #223BD7. Grayscale: #BABABA. Windows color (decimal): -2243544 or 2671837. OLE color: 2671837.

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

Color convert

RGB 221 196 40 -
CMYK 0 0.11 0.82 0.13
HSL 51.71º 0.73% 0.51% -
HSV(B) 51.71º 0.82% 0.87% -
XYZ 49.94 55.01 9.99 -
YUV 185.69 45.78 153.18 -
System Red Green Blue C M Y K H S L
Decimal 221 196 40 0 0.11 0.82 0.13 51.71 0.73 0.51
Hex DD C4 28 0 B 52 D 34 49 33
Octal 335 304 50 0 13 122 15 64 111 63
Binary 11011101 11000100 101000 0 1011 1010010 1101 110100 1001001 110011

Color Harmonies of #DDC428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC428

Black with #DDC428

Text Example


Text Example

White with #DDC428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC428; }

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

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

background-color css

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

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

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

border-color css

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

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

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