Html Css Color HEX #DDD305 Bird Flower

📋 copy color: '#DDD305'

red 221 ◦ green 211 ◦ blue 5

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

Shades of Bird Flower #DDD305

Tints of Bird Flower #DDD305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.14%

R = 50.57%
G = 48.28%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DDD305 (or 0xDDD305) is known color: Bird Flower. HEX triplet: DD, D3 and 05. RGB value is (221,211,5). Sum of RGB (Red+Green+Blue) = 221+211+5=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 211 (82.81% from 255 or 48.28% from 437); Blue value is 5 (2.34% from 255 or 1.14% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD305 is #222CFA. Grayscale: #BFBFBF. Windows color (decimal): -2239739 or 381917. OLE color: 381917.

HSL color Cylindrical-coordinate representation of color #DDD305: hue angle of 57.22º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DDD305 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 211 5 -
CMYK 0 0.05 0.98 0.13
HSL 57.22º 0.96% 0.44% -
HSV(B) 57.22º 0.98% 0.87% -
XYZ 53.14 61.97 9.3 -
YUV 190.51 23.31 149.75 -
System Red Green Blue C M Y K H S L
Decimal 221 211 5 0 0.05 0.98 0.13 57.22 0.96 0.44
Hex DD D3 5 0 5 62 D 39 60 2C
Octal 335 323 5 0 5 142 15 71 140 54
Binary 11011101 11010011 101 0 101 1100010 1101 111001 1100000 101100

Color Harmonies of #DDD305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD305

Black with #DDD305

Text Example


Text Example

White with #DDD305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD305; }

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

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

background-color css

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

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

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

border-color css

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

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

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