Html Css Color HEX #D8C913 Bird Flower

📋 copy color: '#D8C913'

red 216 ◦ green 201 ◦ blue 19

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

Shades of Bird Flower #D8C913

Tints of Bird Flower #D8C913

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.1%

 BLUE value IS 19 (7.81% from 255) = 4.36%

R = 49.54%
G = 46.1%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D8C913 (or 0xD8C913) is known color: Bird Flower. HEX triplet: D8, C9 and 13. RGB value is (216,201,19). Sum of RGB (Red+Green+Blue) = 216+201+19=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 19 (7.81% from 255 or 4.36% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C913 is #2736EC. Grayscale: #B9B9B9. Windows color (decimal): -2569965 or 1296856. OLE color: 1296856.

HSL color Cylindrical-coordinate representation of color #D8C913: hue angle of 55.43º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D8C913 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 201 19 -
CMYK 0 0.07 0.91 0.15
HSL 55.43º 0.84% 0.46% -
HSV(B) 55.43º 0.91% 0.85% -
XYZ 49.32 56.42 8.91 -
YUV 184.74 34.47 150.3 -
System Red Green Blue C M Y K H S L
Decimal 216 201 19 0 0.07 0.91 0.15 55.43 0.84 0.46
Hex D8 C9 13 0 7 5B F 37 54 2E
Octal 330 311 23 0 7 133 17 67 124 56
Binary 11011000 11001001 10011 0 111 1011011 1111 110111 1010100 101110

Color Harmonies of #D8C913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C913

Black with #D8C913

Text Example


Text Example

White with #D8C913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C913; }

 p { color: rgb(216,201,19); }

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

background-color css

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

 a { background-color: rgb(216,201,19); }

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

border-color css

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

 span { border-color: rgb(216,201,19); }

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