Html Css Color HEX #DDD006 Bird Flower

📋 copy color: '#DDD006'

red 221 ◦ green 208 ◦ blue 6

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

Shades of Bird Flower #DDD006

Tints of Bird Flower #DDD006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.38%

R = 50.8%
G = 47.82%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DDD006 (or 0xDDD006) is known color: Bird Flower. HEX triplet: DD, D0 and 06. RGB value is (221,208,6). Sum of RGB (Red+Green+Blue) = 221+208+6=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 208 (81.64% from 255 or 47.82% from 435); Blue value is 6 (2.73% from 255 or 1.38% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD006 is #222FF9. Grayscale: #BDBDBD. Windows color (decimal): -2240506 or 446685. OLE color: 446685.

HSL color Cylindrical-coordinate representation of color #DDD006: hue angle of 56.37º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DDD006 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 208 6 -
CMYK 0 0.06 0.97 0.13
HSL 56.37º 0.95% 0.45% -
HSV(B) 56.37º 0.97% 0.87% -
XYZ 52.41 60.5 9.09 -
YUV 188.86 24.81 150.93 -
System Red Green Blue C M Y K H S L
Decimal 221 208 6 0 0.06 0.97 0.13 56.37 0.95 0.45
Hex DD D0 6 0 6 61 D 38 5F 2D
Octal 335 320 6 0 6 141 15 70 137 55
Binary 11011101 11010000 110 0 110 1100001 1101 111000 1011111 101101

Color Harmonies of #DDD006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD006

Black with #DDD006

Text Example


Text Example

White with #DDD006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD006; }

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

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

background-color css

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

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

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

border-color css

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

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

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