Html Css Color HEX #D1C90D Bird Flower

📋 copy color: '#D1C90D'

red 209 ◦ green 201 ◦ blue 13

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

Shades of Bird Flower #D1C90D

Tints of Bird Flower #D1C90D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.07%

R = 49.41%
G = 47.52%
B = 3.07%

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

#D1C90D (or 0xD1C90D) is known color: Bird Flower. HEX triplet: D1, C9 and 0D. RGB value is (209,201,13). Sum of RGB (Red+Green+Blue) = 209+201+13=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 13 (5.47% from 255 or 3.07% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C90D is #2E36F2. Grayscale: #B6B6B6. Windows color (decimal): -3028723 or 903633. OLE color: 903633.

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

Color convert

RGB 209 201 13 -
CMYK 0 0.04 0.94 0.18
HSL 57.55º 0.88% 0.44% -
HSV(B) 57.55º 0.94% 0.82% -
XYZ 47.25 55.36 8.58 -
YUV 181.96 32.65 147.29 -
System Red Green Blue C M Y K H S L
Decimal 209 201 13 0 0.04 0.94 0.18 57.55 0.88 0.44
Hex D1 C9 D 0 4 5E 12 3A 58 2C
Octal 321 311 15 0 4 136 22 72 130 54
Binary 11010001 11001001 1101 0 100 1011110 10010 111010 1011000 101100

Color Harmonies of #D1C90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C90D

Black with #D1C90D

Text Example


Text Example

White with #D1C90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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