Html Css Color HEX #DDC100 Sunflower

📋 copy color: '#DDC100'

red 221 ◦ green 193 ◦ blue 0

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

Shades of Sunflower #DDC100

Tints of Sunflower #DDC100

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.62%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.38%
G = 46.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DDC100 (or 0xDDC100) is known color: Sunflower. HEX triplet: DD, C1 and 00. RGB value is (221,193,0). Sum of RGB (Red+Green+Blue) = 221+193+0=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 193 (75.78% from 255 or 46.62% from 414); Blue value is 0 (0.39% from 255 or 0% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC100 is #223EFF. Grayscale: #B4B4B4. Windows color (decimal): -2244352 or 49629. OLE color: 49629.

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

Color convert

RGB 221 193 0 -
CMYK 0 0.13 1 0.13
HSL 52.4º 1% 0.43% -
HSV(B) 52.4º 1% 0.87% -
XYZ 48.89 53.51 7.75 -
YUV 179.37 26.78 157.69 -
System Red Green Blue C M Y K H S L
Decimal 221 193 0 0 0.13 1 0.13 52.4 1 0.43
Hex DD C1 0 0 D 64 D 34 64 2B
Octal 335 301 0 0 15 144 15 64 144 53
Binary 11011101 11000001 0 0 1101 1100100 1101 110100 1100100 101011

Color Harmonies of #DDC100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC100

Black with #DDC100

Text Example


Text Example

White with #DDC100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC100; }

 p { color: rgb(221,193,0); }

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

background-color css

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

 a { background-color: rgb(221,193,0); }

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

border-color css

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

 span { border-color: rgb(221,193,0); }

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