Html Css Color HEX #D7C510 Bird Flower

📋 copy color: '#D7C510'

red 215 ◦ green 197 ◦ blue 16

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

Shades of Bird Flower #D7C510

Tints of Bird Flower #D7C510

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.03%

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

R = 50.23%
G = 46.03%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D7C510 (or 0xD7C510) is known color: Bird Flower. HEX triplet: D7, C5 and 10. RGB value is (215,197,16). Sum of RGB (Red+Green+Blue) = 215+197+16=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 197 (77.34% from 255 or 46.03% from 428); Blue value is 16 (6.64% from 255 or 3.74% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C510 is #283AEF. Grayscale: #B6B6B6. Windows color (decimal): -2636528 or 1099223. OLE color: 1099223.

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

Color convert

RGB 215 197 16 -
CMYK 0 0.08 0.93 0.16
HSL 54.57º 0.86% 0.45% -
HSV(B) 54.57º 0.93% 0.84% -
XYZ 48.08 54.42 8.46 -
YUV 181.75 34.46 151.72 -
System Red Green Blue C M Y K H S L
Decimal 215 197 16 0 0.08 0.93 0.16 54.57 0.86 0.45
Hex D7 C5 10 0 8 5D 10 37 56 2D
Octal 327 305 20 0 10 135 20 67 126 55
Binary 11010111 11000101 10000 0 1000 1011101 10000 110111 1010110 101101

Color Harmonies of #D7C510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C510

Black with #D7C510

Text Example


Text Example

White with #D7C510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C510; }

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

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

background-color css

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

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

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

border-color css

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

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

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