Html Css Color HEX #D6D010 Bird Flower

📋 copy color: '#D6D010'

red 214 ◦ green 208 ◦ blue 16

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

Shades of Bird Flower #D6D010

Tints of Bird Flower #D6D010

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.49%

 BLUE value IS 16 (6.64% from 255) = 3.65%

R = 48.86%
G = 47.49%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D6D010 (or 0xD6D010) is known color: Bird Flower. HEX triplet: D6, D0 and 10. RGB value is (214,208,16). Sum of RGB (Red+Green+Blue) = 214+208+16=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 208 (81.64% from 255 or 47.49% from 438); Blue value is 16 (6.64% from 255 or 3.65% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6D010 is #292FEF. Grayscale: #BCBCBC. Windows color (decimal): -2699248 or 1102038. OLE color: 1102038.

HSL color Cylindrical-coordinate representation of color #D6D010: hue angle of 58.18º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6D010 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 208 16 -
CMYK 0 0.03 0.93 0.16
HSL 58.18º 0.86% 0.45% -
HSV(B) 58.18º 0.93% 0.84% -
XYZ 50.38 59.45 9.31 -
YUV 187.91 30.99 146.61 -
System Red Green Blue C M Y K H S L
Decimal 214 208 16 0 0.03 0.93 0.16 58.18 0.86 0.45
Hex D6 D0 10 0 3 5D 10 3A 56 2D
Octal 326 320 20 0 3 135 20 72 126 55
Binary 11010110 11010000 10000 0 11 1011101 10000 111010 1010110 101101

Color Harmonies of #D6D010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D010

Black with #D6D010

Text Example


Text Example

White with #D6D010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D010; }

 p { color: rgb(214,208,16); }

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

background-color css

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

 a { background-color: rgb(214,208,16); }

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

border-color css

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

 span { border-color: rgb(214,208,16); }

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