Html Css Color HEX #DDD000 Bird Flower

📋 copy color: '#DDD000'

red 221 ◦ green 208 ◦ blue 0

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

Shades of Bird Flower #DDD000

Tints of Bird Flower #DDD000

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.48%

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

R = 51.52%
G = 48.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DDD000 (or 0xDDD000) is known color: Bird Flower. HEX triplet: DD, D0 and 00. RGB value is (221,208,0). Sum of RGB (Red+Green+Blue) = 221+208+0=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 208 (81.64% from 255 or 48.48% from 429); Blue value is 0 (0.39% from 255 or 0% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD000 is #222FFF. Grayscale: #BDBDBD. Windows color (decimal): -2240512 or 53469. OLE color: 53469.

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

Color convert

RGB 221 208 0 -
CMYK 0 0.06 1 0.13
HSL 56.47º 1% 0.43% -
HSV(B) 56.47º 1% 0.87% -
XYZ 52.37 60.48 8.91 -
YUV 188.18 21.81 151.41 -
System Red Green Blue C M Y K H S L
Decimal 221 208 0 0 0.06 1 0.13 56.47 1 0.43
Hex DD D0 0 0 6 64 D 38 64 2B
Octal 335 320 0 0 6 144 15 70 144 53
Binary 11011101 11010000 0 0 110 1100100 1101 111000 1100100 101011

Color Harmonies of #DDD000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD000

Black with #DDD000

Text Example


Text Example

White with #DDD000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD000; }

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

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

background-color css

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

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

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

border-color css

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

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

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