Html Css Color HEX #D4D800 Bird Flower

📋 copy color: '#D4D800'

red 212 ◦ green 216 ◦ blue 0

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

Shades of Bird Flower #D4D800

Tints of Bird Flower #D4D800

RGB

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

 GREEN value IS 216 (84.77% from 255) = 50.47%

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

R = 49.53%
G = 50.47%
B = 0%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D4D800 (or 0xD4D800) is known color: Bird Flower. HEX triplet: D4, D8 and 00. RGB value is (212,216,0). Sum of RGB (Red+Green+Blue) = 212+216+0=428 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.53% from 428); Green value is 216 (84.77% from 255 or 50.47% from 428); Blue value is 0 (0.39% from 255 or 0% from 428); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4D800 is #2B27FF. Grayscale: #BFBFBF. Windows color (decimal): -2828288 or 55508. OLE color: 55508.

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

Color convert

RGB 212 216 0 -
CMYK 0.02 0 1 0.15
HSL 61.11º 1% 0.42% -
HSV(B) 61.11º 1% 0.85% -
XYZ 51.71 63.11 9.46 -
YUV 190.18 20.67 143.56 -
System Red Green Blue C M Y K H S L
Decimal 212 216 0 0.02 0 1 0.15 61.11 1 0.42
Hex D4 D8 0 2 0 64 F 3D 64 2A
Octal 324 330 0 2 0 144 17 75 144 52
Binary 11010100 11011000 0 10 0 1100100 1111 111101 1100100 101010

Color Harmonies of #D4D800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D800

Black with #D4D800

Text Example


Text Example

White with #D4D800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D800; }

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

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

background-color css

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

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

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

border-color css

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

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

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