Html Css Color HEX #D9D30E Bird Flower

📋 copy color: '#D9D30E'

red 217 ◦ green 211 ◦ blue 14

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

Shades of Bird Flower #D9D30E

Tints of Bird Flower #D9D30E

RGB

 RED value IS 217 (85.16% from 255) = 49.1%

 GREEN value IS 211 (82.81% from 255) = 47.74%

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

R = 49.1%
G = 47.74%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9D30E (or 0xD9D30E) is known color: Bird Flower. HEX triplet: D9, D3 and 0E. RGB value is (217,211,14). Sum of RGB (Red+Green+Blue) = 217+211+14=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 211 (82.81% from 255 or 47.74% from 442); Blue value is 14 (5.86% from 255 or 3.17% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9D30E is #262CF1. Grayscale: #BFBFBF. Windows color (decimal): -2501874 or 971737. OLE color: 971737.

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

Color convert

RGB 217 211 14 -
CMYK 0 0.03 0.94 0.15
HSL 58.23º 0.88% 0.45% -
HSV(B) 58.23º 0.94% 0.85% -
XYZ 51.99 61.37 9.52 -
YUV 190.34 28.49 147.02 -
System Red Green Blue C M Y K H S L
Decimal 217 211 14 0 0.03 0.94 0.15 58.23 0.88 0.45
Hex D9 D3 E 0 3 5E F 3A 58 2D
Octal 331 323 16 0 3 136 17 72 130 55
Binary 11011001 11010011 1110 0 11 1011110 1111 111010 1011000 101101

Color Harmonies of #D9D30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D30E

Black with #D9D30E

Text Example


Text Example

White with #D9D30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D30E; }

 p { color: rgb(217,211,14); }

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

background-color css

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

 a { background-color: rgb(217,211,14); }

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

border-color css

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

 span { border-color: rgb(217,211,14); }

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