Html Css Color HEX #DDD007 Bird Flower

📋 copy color: '#DDD007'

red 221 ◦ green 208 ◦ blue 7

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

Shades of Bird Flower #DDD007

Tints of Bird Flower #DDD007

RGB

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

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

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

R = 50.69%
G = 47.71%
B = 1.61%

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

#DDD007 (or 0xDDD007) is known color: Bird Flower. HEX triplet: DD, D0 and 07. RGB value is (221,208,7). Sum of RGB (Red+Green+Blue) = 221+208+7=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 208 (81.64% from 255 or 47.71% from 436); Blue value is 7 (3.12% from 255 or 1.61% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD007 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD007 is #222FF8. Grayscale: #BDBDBD. Windows color (decimal): -2240505 or 512221. OLE color: 512221.

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

Color convert

RGB 221 208 7 -
CMYK 0 0.06 0.97 0.13
HSL 56.36º 0.94% 0.45% -
HSV(B) 56.36º 0.97% 0.87% -
XYZ 52.41 60.5 9.12 -
YUV 188.97 25.31 150.84 -
System Red Green Blue C M Y K H S L
Decimal 221 208 7 0 0.06 0.97 0.13 56.36 0.94 0.45
Hex DD D0 7 0 6 61 D 38 5E 2D
Octal 335 320 7 0 6 141 15 70 136 55
Binary 11011101 11010000 111 0 110 1100001 1101 111000 1011110 101101

Color Harmonies of #DDD007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD007

Black with #DDD007

Text Example


Text Example

White with #DDD007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD007; }

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

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

background-color css

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

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

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

border-color css

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

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

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