Html Css Color HEX #D1C10C Bird Flower

📋 copy color: '#D1C10C'

red 209 ◦ green 193 ◦ blue 12

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

Shades of Bird Flower #D1C10C

Tints of Bird Flower #D1C10C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.9%

R = 50.48%
G = 46.62%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1C10C (or 0xD1C10C) is known color: Bird Flower. HEX triplet: D1, C1 and 0C. RGB value is (209,193,12). Sum of RGB (Red+Green+Blue) = 209+193+12=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 193 (75.78% from 255 or 46.62% from 414); Blue value is 12 (5.08% from 255 or 2.90% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C10C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C10C is #2E3EF3. Grayscale: #B1B1B1. Windows color (decimal): -3030772 or 836049. OLE color: 836049.

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

Color convert

RGB 209 193 12 -
CMYK 0 0.08 0.94 0.18
HSL 55.13º 0.89% 0.43% -
HSV(B) 55.13º 0.94% 0.82% -
XYZ 45.43 51.72 7.94 -
YUV 177.15 34.8 150.72 -
System Red Green Blue C M Y K H S L
Decimal 209 193 12 0 0.08 0.94 0.18 55.13 0.89 0.43
Hex D1 C1 C 0 8 5E 12 37 59 2B
Octal 321 301 14 0 10 136 22 67 131 53
Binary 11010001 11000001 1100 0 1000 1011110 10010 110111 1011001 101011

Color Harmonies of #D1C10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C10C

Black with #D1C10C

Text Example


Text Example

White with #D1C10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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