Html Css Color HEX #DDD50B Bird Flower

📋 copy color: '#DDD50B'

red 221 ◦ green 213 ◦ blue 11

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

Shades of Bird Flower #DDD50B

Tints of Bird Flower #DDD50B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.47%

R = 49.66%
G = 47.87%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDD50B (or 0xDDD50B) is known color: Bird Flower. HEX triplet: DD, D5 and 0B. RGB value is (221,213,11). Sum of RGB (Red+Green+Blue) = 221+213+11=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 213 (83.59% from 255 or 47.87% from 445); Blue value is 11 (4.69% from 255 or 2.47% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD50B is #222AF4. Grayscale: #C1C1C1. Windows color (decimal): -2239221 or 775645. OLE color: 775645.

HSL color Cylindrical-coordinate representation of color #DDD50B: hue angle of 57.71º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDD50B is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 213 11 -
CMYK 0 0.04 0.95 0.13
HSL 57.71º 0.91% 0.45% -
HSV(B) 57.71º 0.95% 0.87% -
XYZ 53.67 62.98 9.65 -
YUV 192.36 25.65 148.43 -
System Red Green Blue C M Y K H S L
Decimal 221 213 11 0 0.04 0.95 0.13 57.71 0.91 0.45
Hex DD D5 B 0 4 5F D 3A 5B 2D
Octal 335 325 13 0 4 137 15 72 133 55
Binary 11011101 11010101 1011 0 100 1011111 1101 111010 1011011 101101

Color Harmonies of #DDD50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD50B

Black with #DDD50B

Text Example


Text Example

White with #DDD50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD50B; }

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

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

background-color css

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

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

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

border-color css

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

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

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