Html Css Color HEX #DDD30B Bird Flower

📋 copy color: '#DDD30B'

red 221 ◦ green 211 ◦ blue 11

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

Shades of Bird Flower #DDD30B

Tints of Bird Flower #DDD30B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.63%

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

R = 49.89%
G = 47.63%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDD30B (or 0xDDD30B) is known color: Bird Flower. HEX triplet: DD, D3 and 0B. RGB value is (221,211,11). Sum of RGB (Red+Green+Blue) = 221+211+11=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 211 (82.81% from 255 or 47.63% from 443); Blue value is 11 (4.69% from 255 or 2.48% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD30B is #222CF4. Grayscale: #C0C0C0. Windows color (decimal): -2239733 or 775133. OLE color: 775133.

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

Color convert

RGB 221 211 11 -
CMYK 0 0.05 0.95 0.13
HSL 57.14º 0.91% 0.45% -
HSV(B) 57.14º 0.95% 0.87% -
XYZ 53.17 61.98 9.48 -
YUV 191.19 26.31 149.26 -
System Red Green Blue C M Y K H S L
Decimal 221 211 11 0 0.05 0.95 0.13 57.14 0.91 0.45
Hex DD D3 B 0 5 5F D 39 5B 2D
Octal 335 323 13 0 5 137 15 71 133 55
Binary 11011101 11010011 1011 0 101 1011111 1101 111001 1011011 101101

Color Harmonies of #DDD30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD30B

Black with #DDD30B

Text Example


Text Example

White with #DDD30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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