Html Css Color HEX #D8C813 Bird Flower

📋 copy color: '#D8C813'

red 216 ◦ green 200 ◦ blue 19

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

Shades of Bird Flower #D8C813

Tints of Bird Flower #D8C813

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.98%

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

R = 49.66%
G = 45.98%
B = 4.37%

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

#D8C813 (or 0xD8C813) is known color: Bird Flower. HEX triplet: D8, C8 and 13. RGB value is (216,200,19). Sum of RGB (Red+Green+Blue) = 216+200+19=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 200 (78.52% from 255 or 45.98% from 435); Blue value is 19 (7.81% from 255 or 4.37% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C813 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C813 is #2737EC. Grayscale: #B8B8B8. Windows color (decimal): -2570221 or 1296600. OLE color: 1296600.

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

Color convert

RGB 216 200 19 -
CMYK 0 0.07 0.91 0.15
HSL 55.13º 0.84% 0.46% -
HSV(B) 55.13º 0.91% 0.85% -
XYZ 49.09 55.95 8.83 -
YUV 184.15 34.8 150.72 -
System Red Green Blue C M Y K H S L
Decimal 216 200 19 0 0.07 0.91 0.15 55.13 0.84 0.46
Hex D8 C8 13 0 7 5B F 37 54 2E
Octal 330 310 23 0 7 133 17 67 124 56
Binary 11011000 11001000 10011 0 111 1011011 1111 110111 1010100 101110

Color Harmonies of #D8C813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C813

Black with #D8C813

Text Example


Text Example

White with #D8C813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C813; }

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

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

background-color css

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

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

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

border-color css

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

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

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