Html Css Color HEX #DDD907 Bird Flower

📋 copy color: '#DDD907'

red 221 ◦ green 217 ◦ blue 7

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

Shades of Bird Flower #DDD907

Tints of Bird Flower #DDD907

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.76%

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

R = 49.66%
G = 48.76%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DDD907 (or 0xDDD907) is known color: Bird Flower. HEX triplet: DD, D9 and 07. RGB value is (221,217,7). Sum of RGB (Red+Green+Blue) = 221+217+7=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 217 (85.16% from 255 or 48.76% from 445); Blue value is 7 (3.12% from 255 or 1.57% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD907 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD907 is #2226F8. Grayscale: #C3C3C3. Windows color (decimal): -2238201 or 514525. OLE color: 514525.

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

Color convert

RGB 221 217 7 -
CMYK 0 0.02 0.97 0.13
HSL 58.88º 0.94% 0.45% -
HSV(B) 58.88º 0.97% 0.87% -
XYZ 54.67 65.01 9.87 -
YUV 194.26 22.33 147.08 -
System Red Green Blue C M Y K H S L
Decimal 221 217 7 0 0.02 0.97 0.13 58.88 0.94 0.45
Hex DD D9 7 0 2 61 D 3B 5E 2D
Octal 335 331 7 0 2 141 15 73 136 55
Binary 11011101 11011001 111 0 10 1100001 1101 111011 1011110 101101

Color Harmonies of #DDD907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD907

Black with #DDD907

Text Example


Text Example

White with #DDD907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD907; }

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

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

background-color css

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

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

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

border-color css

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

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

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