Html Css Color HEX #D0DD04 Bird Flower

📋 copy color: '#D0DD04'

red 208 ◦ green 221 ◦ blue 4

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

Shades of Bird Flower #D0DD04

Tints of Bird Flower #D0DD04

RGB

 RED value IS 208 (81.64% from 255) = 48.04%

 GREEN value IS 221 (86.72% from 255) = 51.04%

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

R = 48.04%
G = 51.04%
B = 0.92%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#D0DD04 (or 0xD0DD04) is known color: Bird Flower. HEX triplet: D0, DD and 04. RGB value is (208,221,4). Sum of RGB (Red+Green+Blue) = 208+221+4=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 221 (86.72% from 255 or 51.04% from 433); Blue value is 4 (1.95% from 255 or 0.92% from 433); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0DD04 is #2F22FB. Grayscale: #C1C1C1. Windows color (decimal): -3089148 or 318928. OLE color: 318928.

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

Color convert

RGB 208 221 4 -
CMYK 0.06 0 0.98 0.13
HSL 63.59º 0.96% 0.44% -
HSV(B) 63.59º 0.98% 0.87% -
XYZ 51.89 65.13 9.95 -
YUV 192.38 21.69 139.14 -
System Red Green Blue C M Y K H S L
Decimal 208 221 4 0.06 0 0.98 0.13 63.59 0.96 0.44
Hex D0 DD 4 6 0 62 D 40 60 2C
Octal 320 335 4 6 0 142 15 100 140 54
Binary 11010000 11011101 100 110 0 1100010 1101 1000000 1100000 101100

Color Harmonies of #D0DD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DD04

Black with #D0DD04

Text Example


Text Example

White with #D0DD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DD04; }

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

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

background-color css

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

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

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

border-color css

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

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

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