Html Css Color HEX #D4DA00 Bird Flower

📋 copy color: '#D4DA00'

red 212 ◦ green 218 ◦ blue 0

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

Shades of Bird Flower #D4DA00

Tints of Bird Flower #D4DA00

RGB

 RED value IS 212 (83.2% from 255) = 49.3%

 GREEN value IS 218 (85.55% from 255) = 50.7%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.3%
G = 50.7%
B = 0%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D4DA00 (or 0xD4DA00) is known color: Bird Flower. HEX triplet: D4, DA and 00. RGB value is (212,218,0). Sum of RGB (Red+Green+Blue) = 212+218+0=430 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.30% from 430); Green value is 218 (85.55% from 255 or 50.70% from 430); Blue value is 0 (0.39% from 255 or 0% from 430); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4DA00 is #2B25FF. Grayscale: #C0C0C0. Windows color (decimal): -2827776 or 56020. OLE color: 56020.

HSL color Cylindrical-coordinate representation of color #D4DA00: hue angle of 61.65º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D4DA00 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 218 0 -
CMYK 0.03 0 1 0.15
HSL 61.65º 1% 0.43% -
HSV(B) 61.65º 1% 0.85% -
XYZ 52.22 64.14 9.63 -
YUV 191.35 20.01 142.73 -
System Red Green Blue C M Y K H S L
Decimal 212 218 0 0.03 0 1 0.15 61.65 1 0.43
Hex D4 DA 0 3 0 64 F 3E 64 2B
Octal 324 332 0 3 0 144 17 76 144 53
Binary 11010100 11011010 0 11 0 1100100 1111 111110 1100100 101011

Color Harmonies of #D4DA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DA00

Black with #D4DA00

Text Example


Text Example

White with #D4DA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DA00; }

 p { color: rgb(212,218,0); }

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

background-color css

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

 a { background-color: rgb(212,218,0); }

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

border-color css

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

 span { border-color: rgb(212,218,0); }

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