Html Css Color HEX #D1C115 Bird Flower

📋 copy color: '#D1C115'

red 209 ◦ green 193 ◦ blue 21

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

Shades of Bird Flower #D1C115

Tints of Bird Flower #D1C115

RGB

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

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

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

R = 49.41%
G = 45.63%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D1C115 (or 0xD1C115) is known color: Bird Flower. HEX triplet: D1, C1 and 15. RGB value is (209,193,21). Sum of RGB (Red+Green+Blue) = 209+193+21=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 193 (75.78% from 255 or 45.63% from 423); Blue value is 21 (8.59% from 255 or 4.96% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C115 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C115 is #2E3EEA. Grayscale: #B2B2B2. Windows color (decimal): -3030763 or 1425873. OLE color: 1425873.

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

Color convert

RGB 209 193 21 -
CMYK 0 0.08 0.90 0.18
HSL 54.89º 0.82% 0.45% -
HSV(B) 54.89º 0.9% 0.82% -
XYZ 45.5 51.75 8.3 -
YUV 178.18 39.3 149.99 -
System Red Green Blue C M Y K H S L
Decimal 209 193 21 0 0.08 0.90 0.18 54.89 0.82 0.45
Hex D1 C1 15 0 8 5A 12 37 52 2D
Octal 321 301 25 0 10 132 22 67 122 55
Binary 11010001 11000001 10101 0 1000 1011010 10010 110111 1010010 101101

Color Harmonies of #D1C115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C115

Black with #D1C115

Text Example


Text Example

White with #D1C115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C115; }

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

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

background-color css

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

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

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

border-color css

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

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

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