Html Css Color HEX #D1C106 Bird Flower

📋 copy color: '#D1C106'

red 209 ◦ green 193 ◦ blue 6

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

Shades of Bird Flower #D1C106

Tints of Bird Flower #D1C106

RGB

 RED value IS 209 (82.03% from 255) = 51.23%

 GREEN value IS 193 (75.78% from 255) = 47.3%

 BLUE value IS 6 (2.73% from 255) = 1.47%

R = 51.23%
G = 47.3%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D1C106 (or 0xD1C106) is known color: Bird Flower. HEX triplet: D1, C1 and 06. RGB value is (209,193,6). Sum of RGB (Red+Green+Blue) = 209+193+6=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 193 (75.78% from 255 or 47.30% from 408); Blue value is 6 (2.73% from 255 or 1.47% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C106 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C106 is #2E3EF9. Grayscale: #B1B1B1. Windows color (decimal): -3030778 or 442833. OLE color: 442833.

HSL color Cylindrical-coordinate representation of color #D1C106: hue angle of 55.27º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D1C106 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 193 6 -
CMYK 0 0.08 0.97 0.18
HSL 55.27º 0.94% 0.42% -
HSV(B) 55.27º 0.97% 0.82% -
XYZ 45.4 51.71 7.76 -
YUV 176.47 31.8 151.21 -
System Red Green Blue C M Y K H S L
Decimal 209 193 6 0 0.08 0.97 0.18 55.27 0.94 0.42
Hex D1 C1 6 0 8 61 12 37 5E 2A
Octal 321 301 6 0 10 141 22 67 136 52
Binary 11010001 11000001 110 0 1000 1100001 10010 110111 1011110 101010

Color Harmonies of #D1C106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C106

Black with #D1C106

Text Example


Text Example

White with #D1C106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C106; }

 p { color: rgb(209,193,6); }

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

background-color css

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

 a { background-color: rgb(209,193,6); }

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

border-color css

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

 span { border-color: rgb(209,193,6); }

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