Html Css Color HEX #D8C915 Bird Flower

📋 copy color: '#D8C915'

red 216 ◦ green 201 ◦ blue 21

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

Shades of Bird Flower #D8C915

Tints of Bird Flower #D8C915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.79%

R = 49.32%
G = 45.89%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D8C915 (or 0xD8C915) is known color: Bird Flower. HEX triplet: D8, C9 and 15. RGB value is (216,201,21). Sum of RGB (Red+Green+Blue) = 216+201+21=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 201 (78.91% from 255 or 45.89% from 438); Blue value is 21 (8.59% from 255 or 4.79% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C915 is #2736EA. Grayscale: #B9B9B9. Windows color (decimal): -2569963 or 1427928. OLE color: 1427928.

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

Color convert

RGB 216 201 21 -
CMYK 0 0.07 0.90 0.15
HSL 55.38º 0.82% 0.46% -
HSV(B) 55.38º 0.9% 0.85% -
XYZ 49.34 56.43 9 -
YUV 184.97 35.47 150.14 -
System Red Green Blue C M Y K H S L
Decimal 216 201 21 0 0.07 0.90 0.15 55.38 0.82 0.46
Hex D8 C9 15 0 7 5A F 37 52 2E
Octal 330 311 25 0 7 132 17 67 122 56
Binary 11011000 11001001 10101 0 111 1011010 1111 110111 1010010 101110

Color Harmonies of #D8C915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C915

Black with #D8C915

Text Example


Text Example

White with #D8C915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C915; }

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

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

background-color css

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

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

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

border-color css

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

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

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