Html Css Color HEX #D8C713 Bird Flower

📋 copy color: '#D8C713'

red 216 ◦ green 199 ◦ blue 19

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

Shades of Bird Flower #D8C713

Tints of Bird Flower #D8C713

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.85%

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

R = 49.77%
G = 45.85%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D8C713 (or 0xD8C713) is known color: Bird Flower. HEX triplet: D8, C7 and 13. RGB value is (216,199,19). Sum of RGB (Red+Green+Blue) = 216+199+19=434 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.77% from 434); Green value is 199 (78.12% from 255 or 45.85% from 434); Blue value is 19 (7.81% from 255 or 4.38% from 434); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C713 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C713 is #2738EC. Grayscale: #B8B8B8. Windows color (decimal): -2570477 or 1296344. OLE color: 1296344.

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

Color convert

RGB 216 199 19 -
CMYK 0 0.08 0.91 0.15
HSL 54.82º 0.84% 0.46% -
HSV(B) 54.82º 0.91% 0.85% -
XYZ 48.86 55.49 8.75 -
YUV 183.56 35.13 151.14 -
System Red Green Blue C M Y K H S L
Decimal 216 199 19 0 0.08 0.91 0.15 54.82 0.84 0.46
Hex D8 C7 13 0 8 5B F 37 54 2E
Octal 330 307 23 0 10 133 17 67 124 56
Binary 11011000 11000111 10011 0 1000 1011011 1111 110111 1010100 101110

Color Harmonies of #D8C713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C713

Black with #D8C713

Text Example


Text Example

White with #D8C713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C713; }

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

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

background-color css

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

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

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

border-color css

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

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

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