Html Css Color HEX #D7C810 Bird Flower

📋 copy color: '#D7C810'

red 215 ◦ green 200 ◦ blue 16

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

Shades of Bird Flower #D7C810

Tints of Bird Flower #D7C810

RGB

 RED value IS 215 (84.38% from 255) = 49.88%

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

 BLUE value IS 16 (6.64% from 255) = 3.71%

R = 49.88%
G = 46.4%
B = 3.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D7C810 (or 0xD7C810) is known color: Bird Flower. HEX triplet: D7, C8 and 10. RGB value is (215,200,16). Sum of RGB (Red+Green+Blue) = 215+200+16=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 200 (78.52% from 255 or 46.40% from 431); Blue value is 16 (6.64% from 255 or 3.71% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C810 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C810 is #2837EF. Grayscale: #B8B8B8. Windows color (decimal): -2635760 or 1099991. OLE color: 1099991.

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

Color convert

RGB 215 200 16 -
CMYK 0 0.07 0.93 0.16
HSL 55.48º 0.86% 0.45% -
HSV(B) 55.48º 0.93% 0.84% -
XYZ 48.77 55.79 8.69 -
YUV 183.51 33.47 150.46 -
System Red Green Blue C M Y K H S L
Decimal 215 200 16 0 0.07 0.93 0.16 55.48 0.86 0.45
Hex D7 C8 10 0 7 5D 10 37 56 2D
Octal 327 310 20 0 7 135 20 67 126 55
Binary 11010111 11001000 10000 0 111 1011101 10000 110111 1010110 101101

Color Harmonies of #D7C810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C810

Black with #D7C810

Text Example


Text Example

White with #D7C810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C810; }

 p { color: rgb(215,200,16); }

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

background-color css

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

 a { background-color: rgb(215,200,16); }

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

border-color css

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

 span { border-color: rgb(215,200,16); }

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