Html Css Color HEX #D1C11A Bird Flower

📋 copy color: '#D1C11A'

red 209 ◦ green 193 ◦ blue 26

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

Shades of Bird Flower #D1C11A

Tints of Bird Flower #D1C11A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.07%

R = 48.83%
G = 45.09%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D1C11A (or 0xD1C11A) is known color: Bird Flower. HEX triplet: D1, C1 and 1A. RGB value is (209,193,26). Sum of RGB (Red+Green+Blue) = 209+193+26=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 193 (75.78% from 255 or 45.09% from 428); Blue value is 26 (10.55% from 255 or 6.07% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C11A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C11A is #2E3EE5. Grayscale: #B3B3B3. Windows color (decimal): -3030758 or 1753553. OLE color: 1753553.

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

Color convert

RGB 209 193 26 -
CMYK 0 0.08 0.88 0.18
HSL 54.75º 0.78% 0.46% -
HSV(B) 54.75º 0.88% 0.82% -
XYZ 45.55 51.77 8.57 -
YUV 178.75 41.8 149.58 -
System Red Green Blue C M Y K H S L
Decimal 209 193 26 0 0.08 0.88 0.18 54.75 0.78 0.46
Hex D1 C1 1A 0 8 58 12 37 4E 2E
Octal 321 301 32 0 10 130 22 67 116 56
Binary 11010001 11000001 11010 0 1000 1011000 10010 110111 1001110 101110

Color Harmonies of #D1C11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C11A

Black with #D1C11A

Text Example


Text Example

White with #D1C11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C11A; }

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

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

background-color css

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

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

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

border-color css

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

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

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