Html Css Color HEX #D1C112 Bird Flower

📋 copy color: '#D1C112'

red 209 ◦ green 193 ◦ blue 18

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

Shades of Bird Flower #D1C112

Tints of Bird Flower #D1C112

RGB

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

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

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

R = 49.76%
G = 45.95%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D1C112 (or 0xD1C112) is known color: Bird Flower. HEX triplet: D1, C1 and 12. RGB value is (209,193,18). Sum of RGB (Red+Green+Blue) = 209+193+18=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 18 (7.42% from 255 or 4.29% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C112 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C112 is #2E3EED. Grayscale: #B2B2B2. Windows color (decimal): -3030766 or 1229265. OLE color: 1229265.

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

Color convert

RGB 209 193 18 -
CMYK 0 0.08 0.91 0.18
HSL 54.97º 0.84% 0.45% -
HSV(B) 54.97º 0.91% 0.82% -
XYZ 45.47 51.74 8.16 -
YUV 177.83 37.8 150.23 -
System Red Green Blue C M Y K H S L
Decimal 209 193 18 0 0.08 0.91 0.18 54.97 0.84 0.45
Hex D1 C1 12 0 8 5B 12 37 54 2D
Octal 321 301 22 0 10 133 22 67 124 55
Binary 11010001 11000001 10010 0 1000 1011011 10010 110111 1010100 101101

Color Harmonies of #D1C112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C112

Black with #D1C112

Text Example


Text Example

White with #D1C112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C112; }

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

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

background-color css

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

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

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

border-color css

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

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

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