Html Css Color HEX #DDD801 Bird Flower

📋 copy color: '#DDD801'

red 221 ◦ green 216 ◦ blue 1

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

Shades of Bird Flower #DDD801

Tints of Bird Flower #DDD801

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.32%

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

R = 50.46%
G = 49.32%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DDD801 (or 0xDDD801) is known color: Bird Flower. HEX triplet: DD, D8 and 01. RGB value is (221,216,1). Sum of RGB (Red+Green+Blue) = 221+216+1=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 216 (84.77% from 255 or 49.32% from 438); Blue value is 1 (0.78% from 255 or 0.23% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD801 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD801 is #2227FE. Grayscale: #C1C1C1. Windows color (decimal): -2238463 or 121053. OLE color: 121053.

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

Color convert

RGB 221 216 1 -
CMYK 0 0.02 1.00 0.13
HSL 58.64º 0.99% 0.44% -
HSV(B) 58.64º 1% 0.87% -
XYZ 54.38 64.49 9.61 -
YUV 192.99 19.66 147.98 -
System Red Green Blue C M Y K H S L
Decimal 221 216 1 0 0.02 1.00 0.13 58.64 0.99 0.44
Hex DD D8 1 0 2 64 D 3B 63 2C
Octal 335 330 1 0 2 144 15 73 143 54
Binary 11011101 11011000 1 0 10 1100100 1101 111011 1100011 101100

Color Harmonies of #DDD801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD801

Black with #DDD801

Text Example


Text Example

White with #DDD801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD801; }

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

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

background-color css

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

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

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

border-color css

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

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

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