Html Css Color HEX #D9D40D Bird Flower

📋 copy color: '#D9D40D'

red 217 ◦ green 212 ◦ blue 13

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

Shades of Bird Flower #D9D40D

Tints of Bird Flower #D9D40D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.96%

 BLUE value IS 13 (5.47% from 255) = 2.94%

R = 49.1%
G = 47.96%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9D40D (or 0xD9D40D) is known color: Bird Flower. HEX triplet: D9, D4 and 0D. RGB value is (217,212,13). Sum of RGB (Red+Green+Blue) = 217+212+13=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 212 (83.20% from 255 or 47.96% from 442); Blue value is 13 (5.47% from 255 or 2.94% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D40D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9D40D is #262BF2. Grayscale: #BFBFBF. Windows color (decimal): -2501619 or 906457. OLE color: 906457.

HSL color Cylindrical-coordinate representation of color #D9D40D: hue angle of 58.53º degrees, saturation: 0.89, 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 #D9D40D is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 212 13 -
CMYK 0 0.02 0.94 0.15
HSL 58.53º 0.89% 0.45% -
HSV(B) 58.53º 0.94% 0.85% -
XYZ 52.23 61.87 9.57 -
YUV 190.81 27.66 146.68 -
System Red Green Blue C M Y K H S L
Decimal 217 212 13 0 0.02 0.94 0.15 58.53 0.89 0.45
Hex D9 D4 D 0 2 5E F 3B 59 2D
Octal 331 324 15 0 2 136 17 73 131 55
Binary 11011001 11010100 1101 0 10 1011110 1111 111011 1011001 101101

Color Harmonies of #D9D40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D40D

Black with #D9D40D

Text Example


Text Example

White with #D9D40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D40D; }

 p { color: rgb(217,212,13); }

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

background-color css

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

 a { background-color: rgb(217,212,13); }

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

border-color css

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

 span { border-color: rgb(217,212,13); }

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