Html Css Color HEX #DDD301 Bird Flower

📋 copy color: '#DDD301'

red 221 ◦ green 211 ◦ blue 1

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

Shades of Bird Flower #DDD301

Tints of Bird Flower #DDD301

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.73%

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

R = 51.04%
G = 48.73%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DDD301 (or 0xDDD301) is known color: Bird Flower. HEX triplet: DD, D3 and 01. RGB value is (221,211,1). Sum of RGB (Red+Green+Blue) = 221+211+1=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 211 (82.81% from 255 or 48.73% from 433); Blue value is 1 (0.78% from 255 or 0.23% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD301 is #222CFE. Grayscale: #BEBEBE. Windows color (decimal): -2239743 or 119773. OLE color: 119773.

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

Color convert

RGB 221 211 1 -
CMYK 0 0.05 1.00 0.13
HSL 57.27º 0.99% 0.44% -
HSV(B) 57.27º 1% 0.87% -
XYZ 53.12 61.96 9.19 -
YUV 190.05 21.31 150.08 -
System Red Green Blue C M Y K H S L
Decimal 221 211 1 0 0.05 1.00 0.13 57.27 0.99 0.44
Hex DD D3 1 0 5 64 D 39 63 2C
Octal 335 323 1 0 5 144 15 71 143 54
Binary 11011101 11010011 1 0 101 1100100 1101 111001 1100011 101100

Color Harmonies of #DDD301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD301

Black with #DDD301

Text Example


Text Example

White with #DDD301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD301; }

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

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

background-color css

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

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

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

border-color css

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

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

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