Html Css Color HEX #DDD704 Bird Flower

📋 copy color: '#DDD704'

red 221 ◦ green 215 ◦ blue 4

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

Shades of Bird Flower #DDD704

Tints of Bird Flower #DDD704

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.86%

 BLUE value IS 4 (1.95% from 255) = 0.91%

R = 50.23%
G = 48.86%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DDD704 (or 0xDDD704) is known color: Bird Flower. HEX triplet: DD, D7 and 04. RGB value is (221,215,4). Sum of RGB (Red+Green+Blue) = 221+215+4=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 215 (84.38% from 255 or 48.86% from 440); Blue value is 4 (1.95% from 255 or 0.91% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD704 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD704 is #2228FB. Grayscale: #C1C1C1. Windows color (decimal): -2238716 or 317405. OLE color: 317405.

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

Color convert

RGB 221 215 4 -
CMYK 0 0.03 0.98 0.13
HSL 58.34º 0.96% 0.44% -
HSV(B) 58.34º 0.98% 0.87% -
XYZ 54.14 63.98 9.61 -
YUV 192.74 21.49 148.16 -
System Red Green Blue C M Y K H S L
Decimal 221 215 4 0 0.03 0.98 0.13 58.34 0.96 0.44
Hex DD D7 4 0 3 62 D 3A 60 2C
Octal 335 327 4 0 3 142 15 72 140 54
Binary 11011101 11010111 100 0 11 1100010 1101 111010 1100000 101100

Color Harmonies of #DDD704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD704

Black with #DDD704

Text Example


Text Example

White with #DDD704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD704; }

 p { color: rgb(221,215,4); }

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

background-color css

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

 a { background-color: rgb(221,215,4); }

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

border-color css

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

 span { border-color: rgb(221,215,4); }

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