Html Css Color HEX #D6C816 Bird Flower

📋 copy color: '#D6C816'

red 214 ◦ green 200 ◦ blue 22

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

Shades of Bird Flower #D6C816

Tints of Bird Flower #D6C816

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.87%

 BLUE value IS 22 (8.98% from 255) = 5.05%

R = 49.08%
G = 45.87%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D6C816 (or 0xD6C816) is known color: Bird Flower. HEX triplet: D6, C8 and 16. RGB value is (214,200,22). Sum of RGB (Red+Green+Blue) = 214+200+22=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 200 (78.52% from 255 or 45.87% from 436); Blue value is 22 (8.98% from 255 or 5.05% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C816 is #2937E9. Grayscale: #B8B8B8. Windows color (decimal): -2701290 or 1493206. OLE color: 1493206.

HSL color Cylindrical-coordinate representation of color #D6C816: hue angle of 55.62º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D6C816 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 200 22 -
CMYK 0 0.07 0.90 0.16
HSL 55.63º 0.81% 0.46% -
HSV(B) 55.63º 0.9% 0.84% -
XYZ 48.53 55.66 8.95 -
YUV 183.89 36.64 149.47 -
System Red Green Blue C M Y K H S L
Decimal 214 200 22 0 0.07 0.90 0.16 55.63 0.81 0.46
Hex D6 C8 16 0 7 5A 10 38 51 2E
Octal 326 310 26 0 7 132 20 70 121 56
Binary 11010110 11001000 10110 0 111 1011010 10000 111000 1010001 101110

Color Harmonies of #D6C816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C816

Black with #D6C816

Text Example


Text Example

White with #D6C816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C816; }

 p { color: rgb(214,200,22); }

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

background-color css

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

 a { background-color: rgb(214,200,22); }

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

border-color css

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

 span { border-color: rgb(214,200,22); }

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