Html Css Color HEX #DDC51C Sunflower

📋 copy color: '#DDC51C'

red 221 ◦ green 197 ◦ blue 28

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

Shades of Sunflower #DDC51C

Tints of Sunflower #DDC51C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.17%

 BLUE value IS 28 (11.33% from 255) = 6.28%

R = 49.55%
G = 44.17%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DDC51C (or 0xDDC51C) is known color: Sunflower. HEX triplet: DD, C5 and 1C. RGB value is (221,197,28). Sum of RGB (Red+Green+Blue) = 221+197+28=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 197 (77.34% from 255 or 44.17% from 446); Blue value is 28 (11.33% from 255 or 6.28% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC51C is #223AE3. Grayscale: #B9B9B9. Windows color (decimal): -2243300 or 1885661. OLE color: 1885661.

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

Color convert

RGB 221 197 28 -
CMYK 0 0.11 0.87 0.13
HSL 52.54º 0.78% 0.49% -
HSV(B) 52.54º 0.87% 0.87% -
XYZ 49.99 55.39 9.15 -
YUV 184.91 39.45 153.74 -
System Red Green Blue C M Y K H S L
Decimal 221 197 28 0 0.11 0.87 0.13 52.54 0.78 0.49
Hex DD C5 1C 0 B 57 D 35 4E 31
Octal 335 305 34 0 13 127 15 65 116 61
Binary 11011101 11000101 11100 0 1011 1010111 1101 110101 1001110 110001

Color Harmonies of #DDC51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC51C

Black with #DDC51C

Text Example


Text Example

White with #DDC51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC51C; }

 p { color: rgb(221,197,28); }

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

background-color css

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

 a { background-color: rgb(221,197,28); }

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

border-color css

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

 span { border-color: rgb(221,197,28); }

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