Html Css Color HEX #DDD507 Bird Flower

📋 copy color: '#DDD507'

red 221 ◦ green 213 ◦ blue 7

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

Shades of Bird Flower #DDD507

Tints of Bird Flower #DDD507

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.3%

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

R = 50.11%
G = 48.3%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DDD507 (or 0xDDD507) is known color: Bird Flower. HEX triplet: DD, D5 and 07. RGB value is (221,213,7). Sum of RGB (Red+Green+Blue) = 221+213+7=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 213 (83.59% from 255 or 48.30% from 441); Blue value is 7 (3.12% from 255 or 1.59% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD507 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD507 is #222AF8. Grayscale: #C0C0C0. Windows color (decimal): -2239225 or 513501. OLE color: 513501.

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

Color convert

RGB 221 213 7 -
CMYK 0 0.04 0.97 0.13
HSL 57.76º 0.94% 0.45% -
HSV(B) 57.76º 0.97% 0.87% -
XYZ 53.65 62.98 9.53 -
YUV 191.91 23.65 148.75 -
System Red Green Blue C M Y K H S L
Decimal 221 213 7 0 0.04 0.97 0.13 57.76 0.94 0.45
Hex DD D5 7 0 4 61 D 3A 5E 2D
Octal 335 325 7 0 4 141 15 72 136 55
Binary 11011101 11010101 111 0 100 1100001 1101 111010 1011110 101101

Color Harmonies of #DDD507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD507

Black with #DDD507

Text Example


Text Example

White with #DDD507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD507; }

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

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

background-color css

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

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

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

border-color css

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

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

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