Html Css Color HEX #DDC801 Bird Flower

📋 copy color: '#DDC801'

red 221 ◦ green 200 ◦ blue 1

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

Shades of Bird Flower #DDC801

Tints of Bird Flower #DDC801

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.39%

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

R = 52.37%
G = 47.39%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DDC801 (or 0xDDC801) is known color: Bird Flower. HEX triplet: DD, C8 and 01. RGB value is (221,200,1). Sum of RGB (Red+Green+Blue) = 221+200+1=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 200 (78.52% from 255 or 47.39% from 422); Blue value is 1 (0.78% from 255 or 0.24% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC801 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC801 is #2237FE. Grayscale: #B8B8B8. Windows color (decimal): -2242559 or 116957. OLE color: 116957.

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

Color convert

RGB 221 200 1 -
CMYK 0 0.10 1.00 0.13
HSL 54.27º 0.99% 0.44% -
HSV(B) 54.27º 1% 0.87% -
XYZ 50.48 56.68 8.31 -
YUV 183.59 24.96 154.68 -
System Red Green Blue C M Y K H S L
Decimal 221 200 1 0 0.10 1.00 0.13 54.27 0.99 0.44
Hex DD C8 1 0 A 64 D 36 63 2C
Octal 335 310 1 0 12 144 15 66 143 54
Binary 11011101 11001000 1 0 1010 1100100 1101 110110 1100011 101100

Color Harmonies of #DDC801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC801

Black with #DDC801

Text Example


Text Example

White with #DDC801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC801; }

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

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

background-color css

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

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

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

border-color css

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

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

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