Html Css Color HEX #D7C512 Bird Flower

📋 copy color: '#D7C512'

red 215 ◦ green 197 ◦ blue 18

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

Shades of Bird Flower #D7C512

Tints of Bird Flower #D7C512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.19%

R = 50%
G = 45.81%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D7C512 (or 0xD7C512) is known color: Bird Flower. HEX triplet: D7, C5 and 12. RGB value is (215,197,18). Sum of RGB (Red+Green+Blue) = 215+197+18=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 197 (77.34% from 255 or 45.81% from 430); Blue value is 18 (7.42% from 255 or 4.19% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C512 is #283AED. Grayscale: #B6B6B6. Windows color (decimal): -2636526 or 1230295. OLE color: 1230295.

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

Color convert

RGB 215 197 18 -
CMYK 0 0.08 0.92 0.16
HSL 54.52º 0.85% 0.46% -
HSV(B) 54.52º 0.92% 0.84% -
XYZ 48.1 54.42 8.54 -
YUV 181.98 35.46 151.55 -
System Red Green Blue C M Y K H S L
Decimal 215 197 18 0 0.08 0.92 0.16 54.52 0.85 0.46
Hex D7 C5 12 0 8 5C 10 37 55 2E
Octal 327 305 22 0 10 134 20 67 125 56
Binary 11010111 11000101 10010 0 1000 1011100 10000 110111 1010101 101110

Color Harmonies of #D7C512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C512

Black with #D7C512

Text Example


Text Example

White with #D7C512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C512; }

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

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

background-color css

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

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

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

border-color css

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

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

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