Html Css Color HEX #D7C513 Bird Flower

📋 copy color: '#D7C513'

red 215 ◦ green 197 ◦ blue 19

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

Shades of Bird Flower #D7C513

Tints of Bird Flower #D7C513

RGB

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

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

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

R = 49.88%
G = 45.71%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D7C513 (or 0xD7C513) is known color: Bird Flower. HEX triplet: D7, C5 and 13. RGB value is (215,197,19). Sum of RGB (Red+Green+Blue) = 215+197+19=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 197 (77.34% from 255 or 45.71% from 431); Blue value is 19 (7.81% from 255 or 4.41% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C513 is #283AEC. Grayscale: #B6B6B6. Windows color (decimal): -2636525 or 1295831. OLE color: 1295831.

HSL color Cylindrical-coordinate representation of color #D7C513: hue angle of 54.49º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D7C513 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 197 19 -
CMYK 0 0.08 0.91 0.16
HSL 54.49º 0.84% 0.46% -
HSV(B) 54.49º 0.91% 0.84% -
XYZ 48.11 54.43 8.59 -
YUV 182.09 35.96 151.47 -
System Red Green Blue C M Y K H S L
Decimal 215 197 19 0 0.08 0.91 0.16 54.49 0.84 0.46
Hex D7 C5 13 0 8 5B 10 36 54 2E
Octal 327 305 23 0 10 133 20 66 124 56
Binary 11010111 11000101 10011 0 1000 1011011 10000 110110 1010100 101110

Color Harmonies of #D7C513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C513

Black with #D7C513

Text Example


Text Example

White with #D7C513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C513; }

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

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

background-color css

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

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

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

border-color css

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

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

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