Html Css Color HEX #D1C80D Bird Flower

📋 copy color: '#D1C80D'

red 209 ◦ green 200 ◦ blue 13

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

Shades of Bird Flower #D1C80D

Tints of Bird Flower #D1C80D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.39%

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

R = 49.53%
G = 47.39%
B = 3.08%

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

#D1C80D (or 0xD1C80D) is known color: Bird Flower. HEX triplet: D1, C8 and 0D. RGB value is (209,200,13). Sum of RGB (Red+Green+Blue) = 209+200+13=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 200 (78.52% from 255 or 47.39% from 422); Blue value is 13 (5.47% from 255 or 3.08% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C80D is #2E37F2. Grayscale: #B6B6B6. Windows color (decimal): -3028979 or 903377. OLE color: 903377.

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

Color convert

RGB 209 200 13 -
CMYK 0 0.04 0.94 0.18
HSL 57.24º 0.88% 0.44% -
HSV(B) 57.24º 0.94% 0.82% -
XYZ 47.02 54.89 8.5 -
YUV 181.37 32.98 147.71 -
System Red Green Blue C M Y K H S L
Decimal 209 200 13 0 0.04 0.94 0.18 57.24 0.88 0.44
Hex D1 C8 D 0 4 5E 12 39 58 2C
Octal 321 310 15 0 4 136 22 71 130 54
Binary 11010001 11001000 1101 0 100 1011110 10010 111001 1011000 101100

Color Harmonies of #D1C80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C80D

Black with #D1C80D

Text Example


Text Example

White with #D1C80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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