Html Css Color HEX #DDB301 Sunflower

📋 copy color: '#DDB301'

red 221 ◦ green 179 ◦ blue 1

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

Shades of Sunflower #DDB301

Tints of Sunflower #DDB301

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.64%

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

R = 55.11%
G = 44.64%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DDB301 (or 0xDDB301) is known color: Sunflower. HEX triplet: DD, B3 and 01. RGB value is (221,179,1). Sum of RGB (Red+Green+Blue) = 221+179+1=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 1 (0.78% from 255 or 0.25% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB301 is #224CFE. Grayscale: #ACACAC. Windows color (decimal): -2247935 or 111581. OLE color: 111581.

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

Color convert

RGB 221 179 1 -
CMYK 0 0.19 1.00 0.13
HSL 48.55º 0.99% 0.44% -
HSV(B) 48.55º 1% 0.87% -
XYZ 45.94 47.61 6.8 -
YUV 171.27 31.91 163.47 -
System Red Green Blue C M Y K H S L
Decimal 221 179 1 0 0.19 1.00 0.13 48.55 0.99 0.44
Hex DD B3 1 0 13 64 D 31 63 2C
Octal 335 263 1 0 23 144 15 61 143 54
Binary 11011101 10110011 1 0 10011 1100100 1101 110001 1100011 101100

Color Harmonies of #DDB301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB301

Black with #DDB301

Text Example


Text Example

White with #DDB301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB301; }

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

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

background-color css

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

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

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

border-color css

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

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

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