Html Css Color HEX #D5D108 Bird Flower

📋 copy color: '#D5D108'

red 213 ◦ green 209 ◦ blue 8

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

Shades of Bird Flower #D5D108

Tints of Bird Flower #D5D108

RGB

 RED value IS 213 (83.59% from 255) = 49.53%

 GREEN value IS 209 (82.03% from 255) = 48.6%

 BLUE value IS 8 (3.52% from 255) = 1.86%

R = 49.53%
G = 48.6%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D5D108 (or 0xD5D108) is known color: Bird Flower. HEX triplet: D5, D1 and 08. RGB value is (213,209,8). Sum of RGB (Red+Green+Blue) = 213+209+8=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 209 (82.03% from 255 or 48.60% from 430); Blue value is 8 (3.52% from 255 or 1.86% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D108 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5D108 is #2A2EF7. Grayscale: #BCBCBC. Windows color (decimal): -2764536 or 578005. OLE color: 578005.

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

Color convert

RGB 213 209 8 -
CMYK 0 0.02 0.96 0.16
HSL 58.83º 0.93% 0.43% -
HSV(B) 58.83º 0.96% 0.84% -
XYZ 50.28 59.76 9.12 -
YUV 187.28 26.83 146.34 -
System Red Green Blue C M Y K H S L
Decimal 213 209 8 0 0.02 0.96 0.16 58.83 0.93 0.43
Hex D5 D1 8 0 2 60 10 3B 5D 2B
Octal 325 321 10 0 2 140 20 73 135 53
Binary 11010101 11010001 1000 0 10 1100000 10000 111011 1011101 101011

Color Harmonies of #D5D108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D108

Black with #D5D108

Text Example


Text Example

White with #D5D108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D108; }

 p { color: rgb(213,209,8); }

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

background-color css

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

 a { background-color: rgb(213,209,8); }

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

border-color css

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

 span { border-color: rgb(213,209,8); }

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