Html Css Color HEX #DDC201 Sunflower

📋 copy color: '#DDC201'

red 221 ◦ green 194 ◦ blue 1

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

Shades of Sunflower #DDC201

Tints of Sunflower #DDC201

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.63%

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

R = 53.13%
G = 46.63%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DDC201 (or 0xDDC201) is known color: Sunflower. HEX triplet: DD, C2 and 01. RGB value is (221,194,1). Sum of RGB (Red+Green+Blue) = 221+194+1=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 194 (76.17% from 255 or 46.63% from 416); Blue value is 1 (0.78% from 255 or 0.24% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC201 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC201 is #223DFE. Grayscale: #B4B4B4. Windows color (decimal): -2244095 or 115421. OLE color: 115421.

HSL color Cylindrical-coordinate representation of color #DDC201: hue angle of 52.64º 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 #DDC201 is Cyan = 0, Magento = 0.12, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 194 1 -
CMYK 0 0.12 1.00 0.13
HSL 52.64º 0.99% 0.44% -
HSV(B) 52.64º 1% 0.87% -
XYZ 49.12 53.96 7.85 -
YUV 180.07 26.95 157.19 -
System Red Green Blue C M Y K H S L
Decimal 221 194 1 0 0.12 1.00 0.13 52.64 0.99 0.44
Hex DD C2 1 0 C 64 D 35 63 2C
Octal 335 302 1 0 14 144 15 65 143 54
Binary 11011101 11000010 1 0 1100 1100100 1101 110101 1100011 101100

Color Harmonies of #DDC201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC201

Black with #DDC201

Text Example


Text Example

White with #DDC201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC201; }

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

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

background-color css

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

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

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

border-color css

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

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

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