Html Css Color HEX #D4D50E Bird Flower

📋 copy color: '#D4D50E'

red 212 ◦ green 213 ◦ blue 14

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

Shades of Bird Flower #D4D50E

Tints of Bird Flower #D4D50E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.52%

 BLUE value IS 14 (5.86% from 255) = 3.19%

R = 48.29%
G = 48.52%
B = 3.19%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D4D50E (or 0xD4D50E) is known color: Bird Flower. HEX triplet: D4, D5 and 0E. RGB value is (212,213,14). Sum of RGB (Red+Green+Blue) = 212+213+14=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 213 (83.59% from 255 or 48.52% from 439); Blue value is 14 (5.86% from 255 or 3.19% from 439); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4D50E is #2B2AF1. Grayscale: #BEBEBE. Windows color (decimal): -2829042 or 972244. OLE color: 972244.

HSL color Cylindrical-coordinate representation of color #D4D50E: hue angle of 60.3º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D4D50E is Cyan = 0.00, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 213 14 -
CMYK 0.00 0 0.93 0.16
HSL 60.3º 0.88% 0.45% -
HSV(B) 60.3º 0.93% 0.84% -
XYZ 51.02 61.62 9.62 -
YUV 190.02 28.67 143.68 -
System Red Green Blue C M Y K H S L
Decimal 212 213 14 0.00 0 0.93 0.16 60.3 0.88 0.45
Hex D4 D5 E 0 0 5D 10 3C 58 2D
Octal 324 325 16 0 0 135 20 74 130 55
Binary 11010100 11010101 1110 0 0 1011101 10000 111100 1011000 101101

Color Harmonies of #D4D50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D50E

Black with #D4D50E

Text Example


Text Example

White with #D4D50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D50E; }

 p { color: rgb(212,213,14); }

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

background-color css

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

 a { background-color: rgb(212,213,14); }

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

border-color css

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

 span { border-color: rgb(212,213,14); }

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