Html Css Color HEX #DDDC07 Bird Flower

📋 copy color: '#DDDC07'

red 221 ◦ green 220 ◦ blue 7

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

Shades of Bird Flower #DDDC07

Tints of Bird Flower #DDDC07

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.11%

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

R = 49.33%
G = 49.11%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DDDC07 (or 0xDDDC07) is known color: Bird Flower. HEX triplet: DD, DC and 07. RGB value is (221,220,7). Sum of RGB (Red+Green+Blue) = 221+220+7=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 7 (3.12% from 255 or 1.56% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDC07 is #2223F8. Grayscale: #C4C4C4. Windows color (decimal): -2237433 or 515293. OLE color: 515293.

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

Color convert

RGB 221 220 7 -
CMYK 0 0.00 0.97 0.13
HSL 59.72º 0.94% 0.45% -
HSV(B) 59.72º 0.97% 0.87% -
XYZ 55.45 66.57 10.13 -
YUV 196.02 21.33 145.82 -
System Red Green Blue C M Y K H S L
Decimal 221 220 7 0 0.00 0.97 0.13 59.72 0.94 0.45
Hex DD DC 7 0 0 61 D 3C 5E 2D
Octal 335 334 7 0 0 141 15 74 136 55
Binary 11011101 11011100 111 0 0 1100001 1101 111100 1011110 101101

Color Harmonies of #DDDC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC07

Black with #DDDC07

Text Example


Text Example

White with #DDDC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC07; }

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

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

background-color css

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

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

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

border-color css

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

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

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