Html Css Color HEX #DDD607 Bird Flower

📋 copy color: '#DDD607'

red 221 ◦ green 214 ◦ blue 7

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

Shades of Bird Flower #DDD607

Tints of Bird Flower #DDD607

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.42%

 BLUE value IS 7 (3.13% from 255) = 1.58%

R = 50%
G = 48.42%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DDD607 (or 0xDDD607) is known color: Bird Flower. HEX triplet: DD, D6 and 07. RGB value is (221,214,7). Sum of RGB (Red+Green+Blue) = 221+214+7=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 214 (83.98% from 255 or 48.42% from 442); Blue value is 7 (3.12% from 255 or 1.58% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD607 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD607 is #2229F8. Grayscale: #C1C1C1. Windows color (decimal): -2238969 or 513757. OLE color: 513757.

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

Color convert

RGB 221 214 7 -
CMYK 0 0.03 0.97 0.13
HSL 58.04º 0.94% 0.45% -
HSV(B) 58.04º 0.97% 0.87% -
XYZ 53.9 63.48 9.61 -
YUV 192.5 23.32 148.33 -
System Red Green Blue C M Y K H S L
Decimal 221 214 7 0 0.03 0.97 0.13 58.04 0.94 0.45
Hex DD D6 7 0 3 61 D 3A 5E 2D
Octal 335 326 7 0 3 141 15 72 136 55
Binary 11011101 11010110 111 0 11 1100001 1101 111010 1011110 101101

Color Harmonies of #DDD607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD607

Black with #DDD607

Text Example


Text Example

White with #DDD607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD607; }

 p { color: rgb(221,214,7); }

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

background-color css

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

 a { background-color: rgb(221,214,7); }

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

border-color css

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

 span { border-color: rgb(221,214,7); }

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