Html Css Color HEX #D6D102 Bird Flower

📋 copy color: '#D6D102'

red 214 ◦ green 209 ◦ blue 2

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

Shades of Bird Flower #D6D102

Tints of Bird Flower #D6D102

RGB

 RED value IS 214 (83.98% from 255) = 50.35%

 GREEN value IS 209 (82.03% from 255) = 49.18%

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

R = 50.35%
G = 49.18%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D6D102 (or 0xD6D102) is known color: Bird Flower. HEX triplet: D6, D1 and 02. RGB value is (214,209,2). Sum of RGB (Red+Green+Blue) = 214+209+2=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 209 (82.03% from 255 or 49.18% from 425); Blue value is 2 (1.17% from 255 or 0.47% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6D102 is #292EFD. Grayscale: #BBBBBB. Windows color (decimal): -2699006 or 184790. OLE color: 184790.

HSL color Cylindrical-coordinate representation of color #D6D102: hue angle of 58.58º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D6D102 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 209 2 -
CMYK 0 0.02 0.99 0.16
HSL 58.58º 0.98% 0.42% -
HSV(B) 58.58º 0.99% 0.84% -
XYZ 50.54 59.9 8.96 -
YUV 186.9 23.66 147.33 -
System Red Green Blue C M Y K H S L
Decimal 214 209 2 0 0.02 0.99 0.16 58.58 0.98 0.42
Hex D6 D1 2 0 2 63 10 3B 62 2A
Octal 326 321 2 0 2 143 20 73 142 52
Binary 11010110 11010001 10 0 10 1100011 10000 111011 1100010 101010

Color Harmonies of #D6D102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D102

Black with #D6D102

Text Example


Text Example

White with #D6D102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D102; }

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

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

background-color css

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

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

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

border-color css

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

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

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