Html Css Color HEX #D6D202 Bird Flower

📋 copy color: '#D6D202'

red 214 ◦ green 210 ◦ blue 2

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

Shades of Bird Flower #D6D202

Tints of Bird Flower #D6D202

RGB

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

 GREEN value IS 210 (82.42% from 255) = 49.3%

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

R = 50.23%
G = 49.3%
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

#D6D202 (or 0xD6D202) is known color: Bird Flower. HEX triplet: D6, D2 and 02. RGB value is (214,210,2). Sum of RGB (Red+Green+Blue) = 214+210+2=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 210 (82.42% from 255 or 49.30% from 426); Blue value is 2 (1.17% from 255 or 0.47% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D202 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6D202 is #292DFD. Grayscale: #BCBCBC. Windows color (decimal): -2698750 or 185046. OLE color: 185046.

HSL color Cylindrical-coordinate representation of color #D6D202: hue angle of 58.87º 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 #D6D202 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 210 2 -
CMYK 0 0.02 0.99 0.16
HSL 58.87º 0.98% 0.42% -
HSV(B) 58.87º 0.99% 0.84% -
XYZ 50.79 60.39 9.04 -
YUV 187.48 23.33 146.91 -
System Red Green Blue C M Y K H S L
Decimal 214 210 2 0 0.02 0.99 0.16 58.87 0.98 0.42
Hex D6 D2 2 0 2 63 10 3B 62 2A
Octal 326 322 2 0 2 143 20 73 142 52
Binary 11010110 11010010 10 0 10 1100011 10000 111011 1100010 101010

Color Harmonies of #D6D202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D202

Black with #D6D202

Text Example


Text Example

White with #D6D202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D202; }

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

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

background-color css

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

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

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

border-color css

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

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

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