Html Css Color HEX #D2DB04 Bird Flower

📋 copy color: '#D2DB04'

red 210 ◦ green 219 ◦ blue 4

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

Shades of Bird Flower #D2DB04

Tints of Bird Flower #D2DB04

RGB

 RED value IS 210 (82.42% from 255) = 48.5%

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

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

R = 48.5%
G = 50.58%
B = 0.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#D2DB04 (or 0xD2DB04) is known color: Bird Flower. HEX triplet: D2, DB and 04. RGB value is (210,219,4). Sum of RGB (Red+Green+Blue) = 210+219+4=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 219 (85.94% from 255 or 50.58% from 433); Blue value is 4 (1.95% from 255 or 0.92% from 433); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DB04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2DB04 is #2D24FB. Grayscale: #C0C0C0. Windows color (decimal): -2958588 or 318418. OLE color: 318418.

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

Color convert

RGB 210 219 4 -
CMYK 0.04 0 0.98 0.14
HSL 62.51º 0.96% 0.44% -
HSV(B) 62.51º 0.98% 0.86% -
XYZ 51.93 64.37 9.8 -
YUV 191.8 22.02 140.98 -
System Red Green Blue C M Y K H S L
Decimal 210 219 4 0.04 0 0.98 0.14 62.51 0.96 0.44
Hex D2 DB 4 4 0 62 E 3F 60 2C
Octal 322 333 4 4 0 142 16 77 140 54
Binary 11010010 11011011 100 100 0 1100010 1110 111111 1100000 101100

Color Harmonies of #D2DB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DB04

Black with #D2DB04

Text Example


Text Example

White with #D2DB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DB04; }

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

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

background-color css

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

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

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

border-color css

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

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

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