Html Css Color HEX #DDD308 Bird Flower

📋 copy color: '#DDD308'

red 221 ◦ green 211 ◦ blue 8

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

Shades of Bird Flower #DDD308

Tints of Bird Flower #DDD308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.82%

R = 50.23%
G = 47.95%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DDD308 (or 0xDDD308) is known color: Bird Flower. HEX triplet: DD, D3 and 08. RGB value is (221,211,8). Sum of RGB (Red+Green+Blue) = 221+211+8=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 211 (82.81% from 255 or 47.95% from 440); Blue value is 8 (3.52% from 255 or 1.82% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD308 is #222CF7. Grayscale: #BFBFBF. Windows color (decimal): -2239736 or 578525. OLE color: 578525.

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

Color convert

RGB 221 211 8 -
CMYK 0 0.05 0.96 0.13
HSL 57.18º 0.93% 0.45% -
HSV(B) 57.18º 0.96% 0.87% -
XYZ 53.16 61.98 9.39 -
YUV 190.85 24.81 149.51 -
System Red Green Blue C M Y K H S L
Decimal 221 211 8 0 0.05 0.96 0.13 57.18 0.93 0.45
Hex DD D3 8 0 5 60 D 39 5D 2D
Octal 335 323 10 0 5 140 15 71 135 55
Binary 11011101 11010011 1000 0 101 1100000 1101 111001 1011101 101101

Color Harmonies of #DDD308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD308

Black with #DDD308

Text Example


Text Example

White with #DDD308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD308; }

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

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

background-color css

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

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

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

border-color css

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

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

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