Html Css Color HEX #DDC301 Sunflower

📋 copy color: '#DDC301'

red 221 ◦ green 195 ◦ blue 1

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

Shades of Sunflower #DDC301

Tints of Sunflower #DDC301

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.76%

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

R = 53%
G = 46.76%
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

#DDC301 (or 0xDDC301) is known color: Sunflower. HEX triplet: DD, C3 and 01. RGB value is (221,195,1). Sum of RGB (Red+Green+Blue) = 221+195+1=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 195 (76.56% from 255 or 46.76% from 417); Blue value is 1 (0.78% from 255 or 0.24% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC301 is #223CFE. Grayscale: #B5B5B5. Windows color (decimal): -2243839 or 115677. OLE color: 115677.

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

Color convert

RGB 221 195 1 -
CMYK 0 0.12 1.00 0.13
HSL 52.91º 0.99% 0.44% -
HSV(B) 52.91º 1% 0.87% -
XYZ 49.34 54.4 7.93 -
YUV 180.66 26.61 156.77 -
System Red Green Blue C M Y K H S L
Decimal 221 195 1 0 0.12 1.00 0.13 52.91 0.99 0.44
Hex DD C3 1 0 C 64 D 35 63 2C
Octal 335 303 1 0 14 144 15 65 143 54
Binary 11011101 11000011 1 0 1100 1100100 1101 110101 1100011 101100

Color Harmonies of #DDC301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC301

Black with #DDC301

Text Example


Text Example

White with #DDC301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC301; }

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

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

background-color css

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

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

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

border-color css

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

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

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