Html Css Color HEX #DDDB07 Bird Flower

📋 copy color: '#DDDB07'

red 221 ◦ green 219 ◦ blue 7

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

Shades of Bird Flower #DDDB07

Tints of Bird Flower #DDDB07

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.99%

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

R = 49.44%
G = 48.99%
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

#DDDB07 (or 0xDDDB07) is known color: Bird Flower. HEX triplet: DD, DB and 07. RGB value is (221,219,7). Sum of RGB (Red+Green+Blue) = 221+219+7=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 219 (85.94% from 255 or 48.99% from 447); Blue value is 7 (3.12% from 255 or 1.57% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDB07 is #2224F8. Grayscale: #C4C4C4. Windows color (decimal): -2237689 or 515037. OLE color: 515037.

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

Color convert

RGB 221 219 7 -
CMYK 0 0.01 0.97 0.13
HSL 59.44º 0.94% 0.45% -
HSV(B) 59.44º 0.97% 0.87% -
XYZ 55.19 66.05 10.04 -
YUV 195.43 21.66 146.24 -
System Red Green Blue C M Y K H S L
Decimal 221 219 7 0 0.01 0.97 0.13 59.44 0.94 0.45
Hex DD DB 7 0 1 61 D 3B 5E 2D
Octal 335 333 7 0 1 141 15 73 136 55
Binary 11011101 11011011 111 0 1 1100001 1101 111011 1011110 101101

Color Harmonies of #DDDB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB07

Black with #DDDB07

Text Example


Text Example

White with #DDDB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB07; }

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

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

background-color css

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

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

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

border-color css

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

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

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