Html Css Color HEX #DDC900 Bird Flower

📋 copy color: '#DDC900'

red 221 ◦ green 201 ◦ blue 0

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

Shades of Bird Flower #DDC900

Tints of Bird Flower #DDC900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.37%
G = 47.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DDC900 (or 0xDDC900) is known color: Bird Flower. HEX triplet: DD, C9 and 00. RGB value is (221,201,0). Sum of RGB (Red+Green+Blue) = 221+201+0=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 201 (78.91% from 255 or 47.63% from 422); Blue value is 0 (0.39% from 255 or 0% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC900 is #2236FF. Grayscale: #B8B8B8. Windows color (decimal): -2242304 or 51677. OLE color: 51677.

HSL color Cylindrical-coordinate representation of color #DDC900: hue angle of 54.57º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDC900 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 201 0 -
CMYK 0 0.09 1 0.13
HSL 54.57º 1% 0.43% -
HSV(B) 54.57º 1% 0.87% -
XYZ 50.71 57.15 8.36 -
YUV 184.07 24.13 154.34 -
System Red Green Blue C M Y K H S L
Decimal 221 201 0 0 0.09 1 0.13 54.57 1 0.43
Hex DD C9 0 0 9 64 D 37 64 2B
Octal 335 311 0 0 11 144 15 67 144 53
Binary 11011101 11001001 0 0 1001 1100100 1101 110111 1100100 101011

Color Harmonies of #DDC900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC900

Black with #DDC900

Text Example


Text Example

White with #DDC900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC900; }

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

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

background-color css

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

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

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

border-color css

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

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

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