Html Css Color HEX #D0DB04 Bird Flower

📋 copy color: '#D0DB04'

red 208 ◦ green 219 ◦ blue 4

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

Shades of Bird Flower #D0DB04

Tints of Bird Flower #D0DB04

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.81%

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

R = 48.26%
G = 50.81%
B = 0.93%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#D0DB04 (or 0xD0DB04) is known color: Bird Flower. HEX triplet: D0, DB and 04. RGB value is (208,219,4). Sum of RGB (Red+Green+Blue) = 208+219+4=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 219 (85.94% from 255 or 50.81% from 431); Blue value is 4 (1.95% from 255 or 0.93% from 431); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DB04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0DB04 is #2F24FB. Grayscale: #C0C0C0. Windows color (decimal): -3089660 or 318416. OLE color: 318416.

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

Color convert

RGB 208 219 4 -
CMYK 0.05 0 0.98 0.14
HSL 63.07º 0.96% 0.44% -
HSV(B) 63.07º 0.98% 0.86% -
XYZ 51.37 64.08 9.78 -
YUV 191.2 22.36 139.98 -
System Red Green Blue C M Y K H S L
Decimal 208 219 4 0.05 0 0.98 0.14 63.07 0.96 0.44
Hex D0 DB 4 5 0 62 E 3F 60 2C
Octal 320 333 4 5 0 142 16 77 140 54
Binary 11010000 11011011 100 101 0 1100010 1110 111111 1100000 101100

Color Harmonies of #D0DB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DB04

Black with #D0DB04

Text Example


Text Example

White with #D0DB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DB04; }

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

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

background-color css

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

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

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

border-color css

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

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

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