Html Css Color HEX #D8D50D Bird Flower

📋 copy color: '#D8D50D'

red 216 ◦ green 213 ◦ blue 13

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

Shades of Bird Flower #D8D50D

Tints of Bird Flower #D8D50D

RGB

 RED value IS 216 (84.77% from 255) = 48.87%

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

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

R = 48.87%
G = 48.19%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8D50D (or 0xD8D50D) is known color: Bird Flower. HEX triplet: D8, D5 and 0D. RGB value is (216,213,13). Sum of RGB (Red+Green+Blue) = 216+213+13=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 213 (83.59% from 255 or 48.19% from 442); Blue value is 13 (5.47% from 255 or 2.94% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8D50D is #272AF2. Grayscale: #BFBFBF. Windows color (decimal): -2566899 or 906712. OLE color: 906712.

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

Color convert

RGB 216 213 13 -
CMYK 0 0.01 0.94 0.15
HSL 59.11º 0.89% 0.45% -
HSV(B) 59.11º 0.94% 0.85% -
XYZ 52.19 62.22 9.64 -
YUV 191.1 27.49 145.76 -
System Red Green Blue C M Y K H S L
Decimal 216 213 13 0 0.01 0.94 0.15 59.11 0.89 0.45
Hex D8 D5 D 0 1 5E F 3B 59 2D
Octal 330 325 15 0 1 136 17 73 131 55
Binary 11011000 11010101 1101 0 1 1011110 1111 111011 1011001 101101

Color Harmonies of #D8D50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D50D

Black with #D8D50D

Text Example


Text Example

White with #D8D50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D50D; }

 p { color: rgb(216,213,13); }

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

background-color css

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

 a { background-color: rgb(216,213,13); }

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

border-color css

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

 span { border-color: rgb(216,213,13); }

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