Html Css Color HEX #D1C90C Bird Flower

📋 copy color: '#D1C90C'

red 209 ◦ green 201 ◦ blue 12

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

Shades of Bird Flower #D1C90C

Tints of Bird Flower #D1C90C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.63%

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

R = 49.53%
G = 47.63%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1C90C (or 0xD1C90C) is known color: Bird Flower. HEX triplet: D1, C9 and 0C. RGB value is (209,201,12). Sum of RGB (Red+Green+Blue) = 209+201+12=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 201 (78.91% from 255 or 47.63% from 422); Blue value is 12 (5.08% from 255 or 2.84% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C90C is #2E36F3. Grayscale: #B6B6B6. Windows color (decimal): -3028724 or 838097. OLE color: 838097.

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

Color convert

RGB 209 201 12 -
CMYK 0 0.04 0.94 0.18
HSL 57.56º 0.89% 0.43% -
HSV(B) 57.56º 0.94% 0.82% -
XYZ 47.25 55.36 8.54 -
YUV 181.85 32.15 147.37 -
System Red Green Blue C M Y K H S L
Decimal 209 201 12 0 0.04 0.94 0.18 57.56 0.89 0.43
Hex D1 C9 C 0 4 5E 12 3A 59 2B
Octal 321 311 14 0 4 136 22 72 131 53
Binary 11010001 11001001 1100 0 100 1011110 10010 111010 1011001 101011

Color Harmonies of #D1C90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C90C

Black with #D1C90C

Text Example


Text Example

White with #D1C90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C90C; }

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

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

background-color css

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

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

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

border-color css

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

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

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