Html Css Color HEX #DDC901 Bird Flower

📋 copy color: '#DDC901'

red 221 ◦ green 201 ◦ blue 1

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

Shades of Bird Flower #DDC901

Tints of Bird Flower #DDC901

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.52%

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

R = 52.25%
G = 47.52%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DDC901 (or 0xDDC901) is known color: Bird Flower. HEX triplet: DD, C9 and 01. RGB value is (221,201,1). Sum of RGB (Red+Green+Blue) = 221+201+1=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 1 (0.78% from 255 or 0.24% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC901 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC901 is #2236FE. Grayscale: #B9B9B9. Windows color (decimal): -2242303 or 117213. OLE color: 117213.

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

Color convert

RGB 221 201 1 -
CMYK 0 0.09 1.00 0.13
HSL 54.55º 0.99% 0.44% -
HSV(B) 54.55º 1% 0.87% -
XYZ 50.71 57.15 8.39 -
YUV 184.18 24.63 154.26 -
System Red Green Blue C M Y K H S L
Decimal 221 201 1 0 0.09 1.00 0.13 54.55 0.99 0.44
Hex DD C9 1 0 9 64 D 37 63 2C
Octal 335 311 1 0 11 144 15 67 143 54
Binary 11011101 11001001 1 0 1001 1100100 1101 110111 1100011 101100

Color Harmonies of #DDC901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC901

Black with #DDC901

Text Example


Text Example

White with #DDC901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC901; }

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

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

background-color css

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

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

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

border-color css

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

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

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