Html Css Color HEX #D6C515 Bird Flower

📋 copy color: '#D6C515'

red 214 ◦ green 197 ◦ blue 21

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

Shades of Bird Flower #D6C515

Tints of Bird Flower #D6C515

RGB

 RED value IS 214 (83.98% from 255) = 49.54%

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

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

R = 49.54%
G = 45.6%
B = 4.86%

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

#D6C515 (or 0xD6C515) is known color: Bird Flower. HEX triplet: D6, C5 and 15. RGB value is (214,197,21). Sum of RGB (Red+Green+Blue) = 214+197+21=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 197 (77.34% from 255 or 45.60% from 432); Blue value is 21 (8.59% from 255 or 4.86% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C515 is #293AEA. Grayscale: #B6B6B6. Windows color (decimal): -2702059 or 1426902. OLE color: 1426902.

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

Color convert

RGB 214 197 21 -
CMYK 0 0.08 0.90 0.16
HSL 54.72º 0.82% 0.46% -
HSV(B) 54.72º 0.9% 0.84% -
XYZ 47.83 54.28 8.67 -
YUV 182.02 37.13 150.81 -
System Red Green Blue C M Y K H S L
Decimal 214 197 21 0 0.08 0.90 0.16 54.72 0.82 0.46
Hex D6 C5 15 0 8 5A 10 37 52 2E
Octal 326 305 25 0 10 132 20 67 122 56
Binary 11010110 11000101 10101 0 1000 1011010 10000 110111 1010010 101110

Color Harmonies of #D6C515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C515

Black with #D6C515

Text Example


Text Example

White with #D6C515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C515; }

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

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

background-color css

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

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

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

border-color css

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

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

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