Html Css Color HEX #DDDA07 Bird Flower

📋 copy color: '#DDDA07'

red 221 ◦ green 218 ◦ blue 7

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

Shades of Bird Flower #DDDA07

Tints of Bird Flower #DDDA07

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.88%

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

R = 49.55%
G = 48.88%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DDDA07 (or 0xDDDA07) is known color: Bird Flower. HEX triplet: DD, DA and 07. RGB value is (221,218,7). Sum of RGB (Red+Green+Blue) = 221+218+7=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 218 (85.55% from 255 or 48.88% from 446); Blue value is 7 (3.12% from 255 or 1.57% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDA07 is #2225F8. Grayscale: #C3C3C3. Windows color (decimal): -2237945 or 514781. OLE color: 514781.

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

Color convert

RGB 221 218 7 -
CMYK 0 0.01 0.97 0.13
HSL 59.16º 0.94% 0.45% -
HSV(B) 59.16º 0.97% 0.87% -
XYZ 54.93 65.53 9.95 -
YUV 194.84 21.99 146.66 -
System Red Green Blue C M Y K H S L
Decimal 221 218 7 0 0.01 0.97 0.13 59.16 0.94 0.45
Hex DD DA 7 0 1 61 D 3B 5E 2D
Octal 335 332 7 0 1 141 15 73 136 55
Binary 11011101 11011010 111 0 1 1100001 1101 111011 1011110 101101

Color Harmonies of #DDDA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDA07

Black with #DDDA07

Text Example


Text Example

White with #DDDA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDA07; }

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

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

background-color css

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

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

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

border-color css

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

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

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