Html Css Color HEX #D6C512 Bird Flower

📋 copy color: '#D6C512'

red 214 ◦ green 197 ◦ blue 18

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

Shades of Bird Flower #D6C512

Tints of Bird Flower #D6C512

RGB

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

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

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

R = 49.88%
G = 45.92%
B = 4.2%

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

#D6C512 (or 0xD6C512) is known color: Bird Flower. HEX triplet: D6, C5 and 12. RGB value is (214,197,18). Sum of RGB (Red+Green+Blue) = 214+197+18=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 197 (77.34% from 255 or 45.92% from 429); Blue value is 18 (7.42% from 255 or 4.20% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C512 is #293AED. Grayscale: #B6B6B6. Windows color (decimal): -2702062 or 1230294. OLE color: 1230294.

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

Color convert

RGB 214 197 18 -
CMYK 0 0.08 0.92 0.16
HSL 54.8º 0.84% 0.45% -
HSV(B) 54.8º 0.92% 0.84% -
XYZ 47.81 54.27 8.53 -
YUV 181.68 35.63 151.05 -
System Red Green Blue C M Y K H S L
Decimal 214 197 18 0 0.08 0.92 0.16 54.8 0.84 0.45
Hex D6 C5 12 0 8 5C 10 37 54 2D
Octal 326 305 22 0 10 134 20 67 124 55
Binary 11010110 11000101 10010 0 1000 1011100 10000 110111 1010100 101101

Color Harmonies of #D6C512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C512

Black with #D6C512

Text Example


Text Example

White with #D6C512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C512; }

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

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

background-color css

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

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

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

border-color css

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

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

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