Html Css Color HEX #DDD406 Bird Flower

📋 copy color: '#DDD406'

red 221 ◦ green 212 ◦ blue 6

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

Shades of Bird Flower #DDD406

Tints of Bird Flower #DDD406

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.29%

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

R = 50.34%
G = 48.29%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DDD406 (or 0xDDD406) is known color: Bird Flower. HEX triplet: DD, D4 and 06. RGB value is (221,212,6). Sum of RGB (Red+Green+Blue) = 221+212+6=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 212 (83.20% from 255 or 48.29% from 439); Blue value is 6 (2.73% from 255 or 1.37% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD406 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD406 is #222BF9. Grayscale: #C0C0C0. Windows color (decimal): -2239482 or 447709. OLE color: 447709.

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

Color convert

RGB 221 212 6 -
CMYK 0 0.04 0.97 0.13
HSL 57.49º 0.95% 0.45% -
HSV(B) 57.49º 0.97% 0.87% -
XYZ 53.4 62.47 9.42 -
YUV 191.21 23.48 149.25 -
System Red Green Blue C M Y K H S L
Decimal 221 212 6 0 0.04 0.97 0.13 57.49 0.95 0.45
Hex DD D4 6 0 4 61 D 39 5F 2D
Octal 335 324 6 0 4 141 15 71 137 55
Binary 11011101 11010100 110 0 100 1100001 1101 111001 1011111 101101

Color Harmonies of #DDD406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD406

Black with #DDD406

Text Example


Text Example

White with #DDD406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD406; }

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

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

background-color css

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

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

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

border-color css

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

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

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