Html Css Color HEX #DDC101 Sunflower

📋 copy color: '#DDC101'

red 221 ◦ green 193 ◦ blue 1

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

Shades of Sunflower #DDC101

Tints of Sunflower #DDC101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 53.25%
G = 46.51%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DDC101 (or 0xDDC101) is known color: Sunflower. HEX triplet: DD, C1 and 01. RGB value is (221,193,1). Sum of RGB (Red+Green+Blue) = 221+193+1=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 193 (75.78% from 255 or 46.51% from 415); Blue value is 1 (0.78% from 255 or 0.24% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC101 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC101 is #223EFE. Grayscale: #B4B4B4. Windows color (decimal): -2244351 or 115165. OLE color: 115165.

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

Color convert

RGB 221 193 1 -
CMYK 0 0.13 1.00 0.13
HSL 52.36º 0.99% 0.44% -
HSV(B) 52.36º 1% 0.87% -
XYZ 48.89 53.51 7.78 -
YUV 179.48 27.28 157.61 -
System Red Green Blue C M Y K H S L
Decimal 221 193 1 0 0.13 1.00 0.13 52.36 0.99 0.44
Hex DD C1 1 0 D 64 D 34 63 2C
Octal 335 301 1 0 15 144 15 64 143 54
Binary 11011101 11000001 1 0 1101 1100100 1101 110100 1100011 101100

Color Harmonies of #DDC101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC101

Black with #DDC101

Text Example


Text Example

White with #DDC101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC101; }

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

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

background-color css

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

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

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

border-color css

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

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

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