Html Css Color HEX #D6D502 Bird Flower

📋 copy color: '#D6D502'

red 214 ◦ green 213 ◦ blue 2

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

Shades of Bird Flower #D6D502

Tints of Bird Flower #D6D502

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.65%

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

R = 49.88%
G = 49.65%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D6D502 (or 0xD6D502) is known color: Bird Flower. HEX triplet: D6, D5 and 02. RGB value is (214,213,2). Sum of RGB (Red+Green+Blue) = 214+213+2=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 213 (83.59% from 255 or 49.65% from 429); Blue value is 2 (1.17% from 255 or 0.47% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6D502 is #292AFD. Grayscale: #BEBEBE. Windows color (decimal): -2697982 or 185814. OLE color: 185814.

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

Color convert

RGB 214 213 2 -
CMYK 0 0.00 0.99 0.16
HSL 59.72º 0.98% 0.42% -
HSV(B) 59.72º 0.99% 0.84% -
XYZ 51.54 61.89 9.29 -
YUV 189.25 22.33 145.66 -
System Red Green Blue C M Y K H S L
Decimal 214 213 2 0 0.00 0.99 0.16 59.72 0.98 0.42
Hex D6 D5 2 0 0 63 10 3C 62 2A
Octal 326 325 2 0 0 143 20 74 142 52
Binary 11010110 11010101 10 0 0 1100011 10000 111100 1100010 101010

Color Harmonies of #D6D502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D502

Black with #D6D502

Text Example


Text Example

White with #D6D502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D502; }

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

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

background-color css

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

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

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

border-color css

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

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

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