Html Css Color HEX #D1C015 Bird Flower

📋 copy color: '#D1C015'

red 209 ◦ green 192 ◦ blue 21

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

Shades of Bird Flower #D1C015

Tints of Bird Flower #D1C015

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.5%

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

R = 49.53%
G = 45.5%
B = 4.98%

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

#D1C015 (or 0xD1C015) is known color: Bird Flower. HEX triplet: D1, C0 and 15. RGB value is (209,192,21). Sum of RGB (Red+Green+Blue) = 209+192+21=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 21 (8.59% from 255 or 4.98% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C015 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C015 is #2E3FEA. Grayscale: #B2B2B2. Windows color (decimal): -3031019 or 1425617. OLE color: 1425617.

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

Color convert

RGB 209 192 21 -
CMYK 0 0.08 0.90 0.18
HSL 54.57º 0.82% 0.45% -
HSV(B) 54.57º 0.9% 0.82% -
XYZ 45.28 51.31 8.23 -
YUV 177.59 39.63 150.4 -
System Red Green Blue C M Y K H S L
Decimal 209 192 21 0 0.08 0.90 0.18 54.57 0.82 0.45
Hex D1 C0 15 0 8 5A 12 37 52 2D
Octal 321 300 25 0 10 132 22 67 122 55
Binary 11010001 11000000 10101 0 1000 1011010 10010 110111 1010010 101101

Color Harmonies of #D1C015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C015

Black with #D1C015

Text Example


Text Example

White with #D1C015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C015; }

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

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

background-color css

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

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

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

border-color css

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

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

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