Html Css Color HEX #D6C910 Bird Flower

📋 copy color: '#D6C910'

red 214 ◦ green 201 ◦ blue 16

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

Shades of Bird Flower #D6C910

Tints of Bird Flower #D6C910

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.64%

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

R = 49.65%
G = 46.64%
B = 3.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D6C910 (or 0xD6C910) is known color: Bird Flower. HEX triplet: D6, C9 and 10. RGB value is (214,201,16). Sum of RGB (Red+Green+Blue) = 214+201+16=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 201 (78.91% from 255 or 46.64% from 431); Blue value is 16 (6.64% from 255 or 3.71% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C910 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C910 is #2936EF. Grayscale: #B8B8B8. Windows color (decimal): -2701040 or 1100246. OLE color: 1100246.

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

Color convert

RGB 214 201 16 -
CMYK 0 0.06 0.93 0.16
HSL 56.06º 0.86% 0.45% -
HSV(B) 56.06º 0.93% 0.84% -
XYZ 48.71 56.11 8.75 -
YUV 183.8 33.31 149.54 -
System Red Green Blue C M Y K H S L
Decimal 214 201 16 0 0.06 0.93 0.16 56.06 0.86 0.45
Hex D6 C9 10 0 6 5D 10 38 56 2D
Octal 326 311 20 0 6 135 20 70 126 55
Binary 11010110 11001001 10000 0 110 1011101 10000 111000 1010110 101101

Color Harmonies of #D6C910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C910

Black with #D6C910

Text Example


Text Example

White with #D6C910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C910; }

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

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

background-color css

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

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

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

border-color css

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

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

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