Html Css Color HEX #D7C515 Bird Flower

📋 copy color: '#D7C515'

red 215 ◦ green 197 ◦ blue 21

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

Shades of Bird Flower #D7C515

Tints of Bird Flower #D7C515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.85%

R = 49.65%
G = 45.5%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D7C515 (or 0xD7C515) is known color: Bird Flower. HEX triplet: D7, C5 and 15. RGB value is (215,197,21). Sum of RGB (Red+Green+Blue) = 215+197+21=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 21 (8.59% from 255 or 4.85% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C515 is #283AEA. Grayscale: #B7B7B7. Windows color (decimal): -2636523 or 1426903. OLE color: 1426903.

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

Color convert

RGB 215 197 21 -
CMYK 0 0.08 0.90 0.16
HSL 54.43º 0.82% 0.46% -
HSV(B) 54.43º 0.9% 0.84% -
XYZ 48.13 54.43 8.68 -
YUV 182.32 36.96 151.31 -
System Red Green Blue C M Y K H S L
Decimal 215 197 21 0 0.08 0.90 0.16 54.43 0.82 0.46
Hex D7 C5 15 0 8 5A 10 36 52 2E
Octal 327 305 25 0 10 132 20 66 122 56
Binary 11010111 11000101 10101 0 1000 1011010 10000 110110 1010010 101110

Color Harmonies of #D7C515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C515

Black with #D7C515

Text Example


Text Example

White with #D7C515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C515; }

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

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

background-color css

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

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

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

border-color css

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

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

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