Html Css Color HEX #D1C202 Bird Flower

📋 copy color: '#D1C202'

red 209 ◦ green 194 ◦ blue 2

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

Shades of Bird Flower #D1C202

Tints of Bird Flower #D1C202

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.9%

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 51.6%
G = 47.9%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D1C202 (or 0xD1C202) is known color: Bird Flower. HEX triplet: D1, C2 and 02. RGB value is (209,194,2). Sum of RGB (Red+Green+Blue) = 209+194+2=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 194 (76.17% from 255 or 47.90% from 405); Blue value is 2 (1.17% from 255 or 0.49% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C202 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C202 is #2E3DFD. Grayscale: #B1B1B1. Windows color (decimal): -3030526 or 180945. OLE color: 180945.

HSL color Cylindrical-coordinate representation of color #D1C202: hue angle of 55.65º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1C202 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 194 2 -
CMYK 0 0.07 0.99 0.18
HSL 55.65º 0.98% 0.41% -
HSV(B) 55.65º 0.99% 0.82% -
XYZ 45.6 52.14 7.72 -
YUV 176.6 29.47 151.11 -
System Red Green Blue C M Y K H S L
Decimal 209 194 2 0 0.07 0.99 0.18 55.65 0.98 0.41
Hex D1 C2 2 0 7 63 12 38 62 29
Octal 321 302 2 0 7 143 22 70 142 51
Binary 11010001 11000010 10 0 111 1100011 10010 111000 1100010 101001

Color Harmonies of #D1C202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C202

Black with #D1C202

Text Example


Text Example

White with #D1C202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C202; }

 p { color: rgb(209,194,2); }

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

background-color css

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

 a { background-color: rgb(209,194,2); }

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

border-color css

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

 span { border-color: rgb(209,194,2); }

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